diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-23 09:13:29 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-23 09:13:29 (GMT) |
commit | fa11bd40388e437e4f29aab93f1c368d428e28e3 (patch) | |
tree | 3a74031c414a45038c63e06c03395c28a1db6fef /doc | |
parent | d43dfb7c2a7a1e20749633aeac73d81ddf476535 (diff) | |
parent | 4063fedee8c9602c86fe4c2897968b52b3e5286f (diff) | |
download | Qt-fa11bd40388e437e4f29aab93f1c368d428e28e3.zip Qt-fa11bd40388e437e4f29aab93f1c368d428e28e3.tar.gz Qt-fa11bd40388e437e4f29aab93f1c368d428e28e3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Doc: update the documentation of NOTIFY signal to reflect reality
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/objectmodel/properties.qdoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/objectmodel/properties.qdoc b/doc/src/objectmodel/properties.qdoc index dca332e..3a8e3b4 100644 --- a/doc/src/objectmodel/properties.qdoc +++ b/doc/src/objectmodel/properties.qdoc @@ -79,10 +79,9 @@ mean \e {reset to the context specific cursor}. The \c RESET function must return void and take no parameters. - \o A \c NOTIFY signal is optional. If defined, the signal will be - emitted whenever the value of the property changes. The signal must - take one parameter, which must be of the same type as the property; the - parameter will take the new value of the property. + \o A \c NOTIFY signal is optional. If defined, it should specify one + existing signal in that class that is emitted whenever the value + of the property changes. \o The \c DESIGNABLE attribute indicates whether the property should be visible in the property editor of GUI design tool (e.g., |