summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/scripting-api/packagemanagercore.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/scripting-api/packagemanagercore.qdoc b/doc/scripting-api/packagemanagercore.qdoc
index ac6cad2ce..1cff11c84 100644
--- a/doc/scripting-api/packagemanagercore.qdoc
+++ b/doc/scripting-api/packagemanagercore.qdoc
@@ -324,6 +324,14 @@
*/
/*!
+ \qmlmethod void installer::setAutoAcceptLicenses()
+
+ Automatically accepts all license agreements required to install the selected components. This
+ can be used to skip the command line license acceptance query. The names of the accepted
+ individual licenses are still printed to a console.
+*/
+
+/*!
\qmlmethod float installer::requiredDiskSpace()
Returns the additional estimated amount of disk space in bytes required after installation.