summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-08-09 12:38:45 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2023-08-09 16:40:57 +0200
commit91f5f44b1344fb64891c364a23e6aff2e5283e5a (patch)
treed65cb5efdbf99ca289c158c150a41d03d24bffbe
parentecda814b91162e561e30a67cf202d8c12d270b7e (diff)
Fix typo in QUntypedPropertyBinding docs
Pick-to: 6.2 6.5 6.6 Change-Id: Id279760a40be56bea6456e57404348bd2619f64b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/corelib/kernel/qproperty.cpp2
1 files changed, 1 insertions, 1 deletions
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
{