diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-08-04 12:23:15 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-08-04 12:23:15 (GMT) |
commit | bc9059d7fe5d8c146d3a09ee493b65edb1a75363 (patch) | |
tree | de96582c348b77c56e1ec3f9770d8e6971a2197a /doc | |
parent | 69c379451f496071c51542dab876d41916b62889 (diff) | |
parent | e888ff9902f193b8797d7993cd7d43e76045dcc1 (diff) | |
download | Qt-bc9059d7fe5d8c146d3a09ee493b65edb1a75363.zip Qt-bc9059d7fe5d8c146d3a09ee493b65edb1a75363.tar.gz Qt-bc9059d7fe5d8c146d3a09ee493b65edb1a75363.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'doc')
-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 |