summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qmetaobject.cpp')
-rw-r--r--src/corelib/kernel/qmetaobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmetaobject.cpp b/src/corelib/kernel/qmetaobject.cpp
index 24769c28f5..c537293347 100644
--- a/src/corelib/kernel/qmetaobject.cpp
+++ b/src/corelib/kernel/qmetaobject.cpp
@@ -3527,7 +3527,7 @@ bool QMetaProperty::isRequired() const
This implies that you can create bindings that use this property as a dependency or install QPropertyObserver
objects on this property. Unless the property is readonly, you can also set a binding on this property.
- \sa QProperty, isReadOnly(), bindable()
+ \sa QProperty, isWritable(), bindable()
*/
bool QMetaProperty::isBindable() const
{