summaryrefslogtreecommitdiffstats
path: root/tools/devtool/operationrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/devtool/operationrunner.cpp')
-rw-r--r--tools/devtool/operationrunner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/devtool/operationrunner.cpp b/tools/devtool/operationrunner.cpp
index 55c1160e2..100dcf2cc 100644
--- a/tools/devtool/operationrunner.cpp
+++ b/tools/devtool/operationrunner.cpp
@@ -49,7 +49,8 @@
#include <iostream>
-OperationRunner::OperationRunner(qint64 magicMarker, const QInstaller::OperationList &oldOperations)
+OperationRunner::OperationRunner(qint64 magicMarker,
+ const QList<QInstaller::OperationBlob> &oldOperations)
: m_core(new QInstaller::PackageManagerCore(magicMarker, oldOperations))
{
// We need a package manager core as some operations expect them to be available.