From 70e0b39114bb889e8ee251f33147f9d197f85782 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 9 Aug 2023 12:38:45 +0200 Subject: [PATCH] Fix typo in QUntypedPropertyBinding docs Change-Id: Id279760a40be56bea6456e57404348bd2619f64b Reviewed-by: Fabian Kosmale (cherry picked from commit 91f5f44b1344fb64891c364a23e6aff2e5283e5a) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/kernel/qproperty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 9b1a8b56aab..77b6dc48774 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -455,7 +455,7 @@ QPropertyBindingError QUntypedPropertyBinding::error() const /*! Returns the meta-type of the binding. - If the QUntypedProperyBinding is null, an invalid QMetaType is returned. + If the QUntypedPropertyBinding is null, an invalid QMetaType is returned. */ QMetaType QUntypedPropertyBinding::valueMetaType() const {