summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-06 08:35:31 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-06 08:35:31 (GMT)
commit319d0497bbb7e140570da30b511b6b20bceb6515 (patch)
treebd98a7452809045555933acfdd92bb85ef22edd8 /doc
parentd641b621077d5cc81ce7b3de92af9a0f6d47f4d6 (diff)
parent395169a94dba47baec683c95874de9556ba4952d (diff)
downloadQt-319d0497bbb7e140570da30b511b6b20bceb6515.zip
Qt-319d0497bbb7e140570da30b511b6b20bceb6515.tar.gz
Qt-319d0497bbb7e140570da30b511b6b20bceb6515.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc')
-rw-r--r--doc/src/properties.qdoc4
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