summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/component.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-12-02 13:31:27 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-12-17 06:43:31 +0000
commiteca45594967aba89c124a8b88ee8917b35d76181 (patch)
tree4396223e2ae389c986188cf4942ee07a606fb877 /doc/scripting-api/component.qdoc
parent4744ad130a2d4310e812a89da22d36a2e885b281 (diff)
Documentation fixes
Change-Id: Ibffb5470d374c8d612791f48c951deddd00f3121 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/scripting-api/component.qdoc')
-rw-r--r--doc/scripting-api/component.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/scripting-api/component.qdoc b/doc/scripting-api/component.qdoc
index 6e55615b7..930d214f2 100644
--- a/doc/scripting-api/component.qdoc
+++ b/doc/scripting-api/component.qdoc
@@ -359,6 +359,14 @@
*/
/*!
+ \qmlmethod void component::addAutoDependOn(string newDependOn)
+
+ Adds the component specified by \a newDependOn to the automatic depend-on list.
+
+ \sa autoDependencies
+*/
+
+/*!
\qmlmethod void component::setInstalled()
Set's the components state to installed.