summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/packagemanagercore.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripting-api/packagemanagercore.qdoc')
-rw-r--r--doc/scripting-api/packagemanagercore.qdoc13
1 files changed, 13 insertions, 0 deletions
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.