mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-20 00:39:33 +00:00
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:
parent
e9e77e0c69
commit
0fce306236
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user