diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2009-08-04 07:36:29 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2009-08-04 07:36:29 (GMT) |
commit | 5079cc13e0c8b644512eec4b770fe0763451e2a7 (patch) | |
tree | bbb08befb222773a672950163706faaa8e7de89c /doc/src | |
parent | 895757ded9c9b0a07163e84b155ef4c8a623d1a0 (diff) | |
parent | d65f8930a29c1a5bf0639010734185f04e3a7656 (diff) | |
download | Qt-5079cc13e0c8b644512eec4b770fe0763451e2a7.zip Qt-5079cc13e0c8b644512eec4b770fe0763451e2a7.tar.gz Qt-5079cc13e0c8b644512eec4b770fe0763451e2a7.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/properties.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/properties.qdoc b/doc/src/properties.qdoc index 2d03e91..d0a9ccc 100644 --- a/doc/src/properties.qdoc +++ b/doc/src/properties.qdoc @@ -126,7 +126,7 @@ 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 - constant property cannot have a WRTE method or a NOTIFY signal. + constant property cannot have a WRITE method or a NOTIFY signal. \o The presence of the \c FINAL attribute indicates that the property will not be overridden by a derived class. This can be used for performance |