Fix performOperation() documentation

Task-number: QTIFW-1034
Change-Id: I56164e3d5c355bd6a02f9a706b3f375d19d63afb
Reviewed-by: Niels Weber <niels.weber@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
This commit is contained in:
Katja Marttila 2018-09-25 09:30:19 +03:00
parent e9e77e0c69
commit 0fce306236

View File

@ -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)