summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/component.qdoc
diff options
context:
space:
mode:
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.