diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-04 00:59:02 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-04 00:59:02 (GMT) |
commit | acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e (patch) | |
tree | 121c530093e7dd1a22ade283215390a446c93eda /doc | |
parent | 2076f150995e541308b1d8da936b3e12ab68b886 (diff) | |
download | Qt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.zip Qt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.tar.gz Qt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.tar.bz2 |
Doc fixes
Reviewed-by: TrustMe
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 |