summaryrefslogtreecommitdiffstats
path: root/doc
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
parent4744ad130a2d4310e812a89da22d36a2e885b281 (diff)
Documentation fixes
Change-Id: Ibffb5470d374c8d612791f48c951deddd00f3121 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/config/ifw.qdocconf4
-rw-r--r--doc/scripting-api/component.qdoc8
-rw-r--r--doc/scripting-api/packagemanagercore.qdoc13
3 files changed, 24 insertions, 1 deletions
diff --git a/doc/config/ifw.qdocconf b/doc/config/ifw.qdocconf
index 884539f27..d58de3ab4 100644
--- a/doc/config/ifw.qdocconf
+++ b/doc/config/ifw.qdocconf
@@ -140,4 +140,6 @@ defines += ABSTRACTTASK_H \
UI_PROXYCREDENTIALSDIALOG_H \
UI_SERVERAUTHENTICATIONDIALOG_H \
UNINSTALLERCALCULATOR_H \
- UNZIPTASK_H
+ UNZIPTASK_H \
+ REPOSITORYCATEGORY_H \
+ COMPONENTSELECTIONPAGE_P_H
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.
diff --git a/doc/scripting-api/packagemanagercore.qdoc b/doc/scripting-api/packagemanagercore.qdoc
index b4fe4c0fb..18b29b9f9 100644
--- a/doc/scripting-api/packagemanagercore.qdoc
+++ b/doc/scripting-api/packagemanagercore.qdoc
@@ -124,6 +124,13 @@
*/
/*!
+ \qmlsignal installer::metaJobTotalProgress(int progress)
+
+ Triggered when total progress value of the communication with a
+ remote repository changes.
+*/
+
+/*!
\qmlsignal installer::metaJobInfoMessage(string message)
Triggered with informative updates of the communication with a remote repository.
@@ -285,6 +292,12 @@
*/
/*!
+ \qmlmethod void installer::clearComponentsToInstallCalculated()
+
+ Forces a recalculation of components to install.
+*/
+
+/*!
\qmlmethod void installer::autoAcceptMessageBoxes()
Automatically accept all user message boxes.