Fix qdoc warning from QMetaObject

It's QMetaObject::isWritable, not isReadOnly.

Change-Id: I47a0b07a1969740f67c081dade3720890077361e
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-09-25 12:32:26 +02:00
parent aa62ee3f9a
commit 02dd77fa80

View File

@ -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 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. 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 bool QMetaProperty::isBindable() const
{ {