aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-20 21:57:03 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-28 02:42:57 +0100
commit2341b58b76aea5c627cc656a2406256bac710227 (patch)
tree7a997207fd36eaecaf8953a50ce557cea12cc778 /src/qml/doc
parent37fbfa4dc0de361eb05bc34077bdb8eab1113aad (diff)
Doc: Document signals (not handlers) under \qmlattachedsignal
- They're not "attached properties" either. - Append the handler names to the end of the corresponding signal doc. - Update descriptions and links Task-number: QTBUG-35846 Change-Id: I54e93187b3209546ec344a20e0482c98d7f14109 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/javascript/expressions.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/javascript/expressions.qdoc b/src/qml/doc/src/javascript/expressions.qdoc
index 02ca20cd28..c33daf7acc 100644
--- a/src/qml/doc/src/javascript/expressions.qdoc
+++ b/src/qml/doc/src/javascript/expressions.qdoc
@@ -327,8 +327,8 @@ instances - can use this attached property. If there is more than one
\c onCompleted() handler to execute at startup, they are run sequentially in
an undefined order.
-Likewise, the \l {Component::onDestruction} handler definitions are triggered
-on component destruction.
+Likewise, every \c Component will emit a \l {Component::destruction}{destruction()}
+signal just before being destroyed.
*/