From 7cb7b35e0a6108fad1f6f1dbad7a0c9786bee187 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 11 Apr 2018 14:33:58 +0200 Subject: Doc: Fix typo in The Property System section Change-Id: Ie31c56369baf26f5592c95dacea60ae58fdbccfe Reviewed-by: Leena Miettinen --- src/corelib/doc/src/objectmodel/properties.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/src/objectmodel/properties.qdoc b/src/corelib/doc/src/objectmodel/properties.qdoc index ab35e7c178..9ef08cce07 100644 --- a/src/corelib/doc/src/objectmodel/properties.qdoc +++ b/src/corelib/doc/src/objectmodel/properties.qdoc @@ -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 -- cgit v1.2.3