aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorMichael Brasser <mbrasser@ford.com>2018-03-05 17:16:46 -0600
committerShawn Rutledge <shawn.rutledge@qt.io>2018-03-08 06:31:01 +0000
commit8d587c9fed01a2a36c1c0e2f5fb10763c5b0c7c5 (patch)
treefc74cbf59f685014ff6bd280ba12944a3f133d71 /src/qml/doc
parentd6b7e7f8574ed2a74b3b636e8d0b928be978e2f5 (diff)
Improve documentation on component creation context
Change-Id: I55adc9c261529ee4b88fbb5591b3955e396437a8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/javascript/dynamicobjectcreation.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
index 0471d7db9b..be4db4c917 100644
--- a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
+++ b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
@@ -157,7 +157,7 @@ to inside the string literals.
When managing dynamically created objects, you must ensure the creation context
outlives the created object. Otherwise, if the creation context is destroyed
-first, the bindings in the dynamic object will no longer work.
+first, the bindings and signal handlers in the dynamic object will no longer work.
The actual creation context depends on how an object is created: