From 91f5f44b1344fb64891c364a23e6aff2e5283e5a 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 Pick-to: 6.2 6.5 6.6 Change-Id: Id279760a40be56bea6456e57404348bd2619f64b Reviewed-by: Fabian Kosmale --- 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 d7eacf5d3b..b6e4caa709 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 {