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:
parent
aa62ee3f9a
commit
02dd77fa80
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user