summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libs/installer/packagemanagercore.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp
index a7674076e..bf78f99ff 100644
--- a/src/libs/installer/packagemanagercore.cpp
+++ b/src/libs/installer/packagemanagercore.cpp
@@ -2111,10 +2111,13 @@ bool PackageManagerCore::operationExists(const QString &name)
}
/*!
- Instantly performs the operation \a name with \a arguments.
+ Performs the operation \a name with \a arguments.
Returns \c false if the operation cannot be created or executed.
+ \note The operation is performed threaded. It is not advised to call
+ this function after installation finished signals.
+
\sa {installer::performOperation}{installer.performOperation}
*/
bool PackageManagerCore::performOperation(const QString &name, const QStringList &arguments)