summaryrefslogtreecommitdiffstats
path: root/tools/devtool/operationrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/devtool/operationrunner.h')
-rw-r--r--tools/devtool/operationrunner.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/devtool/operationrunner.h b/tools/devtool/operationrunner.h
index 73964c3a5..d4026dadc 100644
--- a/tools/devtool/operationrunner.h
+++ b/tools/devtool/operationrunner.h
@@ -42,11 +42,12 @@
#ifndef OPERATIONRUNNER_H
#define OPERATIONRUNNER_H
-#include <qinstallerglobal.h>
+#include <binaryformat.h>
#include <QObject>
namespace QInstaller {
+ struct OperationBlob;
class PackageManagerCore;
}
@@ -61,7 +62,7 @@ public:
Undo
};
- OperationRunner(qint64 magicMarker, const QInstaller::OperationList &oldOperations);
+ OperationRunner(qint64 magicMarker, const QList<QInstaller::OperationBlob> &oldOperations);
~OperationRunner();
int runOperation(QStringList arguments, RunMode mode);