Doc: Fix typo in The Property System section
Change-Id: Ie31c56369baf26f5592c95dacea60ae58fdbccfe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>bb10
parent
350a64196f
commit
7cb7b35e0a
|
|
@ -133,7 +133,7 @@
|
|||
editable property for (checkable) buttons. Note that QItemDelegate
|
||||
gets and sets a widget's \c USER property.
|
||||
|
||||
\li The presence of the \c CONSTANT attibute indicates that the property
|
||||
\li The presence of the \c CONSTANT attribute indicates that the property
|
||||
value is constant. For a given object instance, the READ method of a
|
||||
constant property must return the same value every time it is called. This
|
||||
constant value may be different for different instances of the object. A
|
||||
|
|
|
|||
Loading…
Reference in New Issue