summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-25 12:32:26 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-26 14:35:44 +0200
commit02dd77fa807a098a14598d8f6cefe6f266a18495 (patch)
tree13802a9d3af3022d4bb9a5732716c0a1f1c0ea29 /src
parentaa62ee3f9a53742bbeea9e984793bc2dc2c18114 (diff)
Fix qdoc warning from QMetaObject
It's QMetaObject::isWritable, not isReadOnly. Change-Id: I47a0b07a1969740f67c081dade3720890077361e Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-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
{