diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-07-06 00:56:59 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-07-06 00:56:59 (GMT) |
commit | dca8a799f307d1dea635ad9c011517e9d0d1594a (patch) | |
tree | 8407f342ba450dcb3bb1623e4fa6a903d63c65c2 /doc | |
parent | 26fab96a7827cf7ac250fb434715840195258608 (diff) | |
download | Qt-dca8a799f307d1dea635ad9c011517e9d0d1594a.zip Qt-dca8a799f307d1dea635ad9c011517e9d0d1594a.tar.gz Qt-dca8a799f307d1dea635ad9c011517e9d0d1594a.tar.bz2 |
Doc fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/properties.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/properties.qdoc b/doc/src/properties.qdoc index cac5016..1aa41a9 100644 --- a/doc/src/properties.qdoc +++ b/doc/src/properties.qdoc @@ -123,10 +123,10 @@ gets and sets a widget's \c USER property. \o The presence of the \c CONSTANT attibute indicates that the property - value is constant. For a given object instance, the READ method of a + value is constant. For a given object instance, the \c 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 - constant property cannot have a WRTE method or a NOTIFY signal. + constant property cannot have a \c WRITE method or a \c NOTIFY signal. \endlist |