Doc: Fix typo in The Property System section

Change-Id: Ie31c56369baf26f5592c95dacea60ae58fdbccfe
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
Kai Koehne 2018-04-11 14:33:58 +02:00
parent 350a64196f
commit 7cb7b35e0a
1 changed files with 1 additions and 1 deletions

View File

@ -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