summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-04-13 16:51:10 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-04-13 15:23:20 +0000
commitc50057901bb5f5c15bee860fed256996f89cd990 (patch)
treec789c011d0c1d40218769f8b0ffc713880c4db7c /doc
parent2f8b412496b08a2c0c0693dfff47882ed7a1074c (diff)
Doc: component.virtualStateChanged() signal
Docs were missing from the scripting API docs. Change-Id: I941e387c4226fae2a4640605299d925b3101bf46 Task-number: QTIFW-655 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/scripting-api/component.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/scripting-api/component.qdoc b/doc/scripting-api/component.qdoc
index bca4c85be..110831cd3 100644
--- a/doc/scripting-api/component.qdoc
+++ b/doc/scripting-api/component.qdoc
@@ -171,6 +171,12 @@
*/
/*!
+ \qmlsignal component::virtualStateChanged()
+
+ Emitted when the virtual state of the component changes.
+*/
+
+/*!
\qmlmethod string component::value(string key, string value = "")
Returns the value of variable name \a key. If \a key is not known yet, \a defaultValue is returned.