Doc: properties, add missing parenthesis
Change-Id: I97b5a96b29416ca7af145edb1a6a96595c9524da Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
This commit is contained in:
parent
d4dc3159c7
commit
6f52256dc2
@ -249,7 +249,7 @@
|
|||||||
If the value is \e not compatible with the property's type, the
|
If the value is \e not compatible with the property's type, the
|
||||||
property is \e not changed, and false is returned. But if the
|
property is \e not changed, and false is returned. But if the
|
||||||
property with the given name doesn't exist in the QObject (i.e.,
|
property with the given name doesn't exist in the QObject (i.e.,
|
||||||
if it wasn't declared with Q_PROPERTY(), a new property with the
|
if it wasn't declared with Q_PROPERTY()), a new property with the
|
||||||
given name and value is automatically added to the QObject, but
|
given name and value is automatically added to the QObject, but
|
||||||
false is still returned. This means that a return of false can't
|
false is still returned. This means that a return of false can't
|
||||||
be used to determine whether a particular property was actually
|
be used to determine whether a particular property was actually
|
||||||
|
Loading…
Reference in New Issue
Block a user