summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/operationrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/operationrunner.h')
-rw-r--r--installerbuilder/libinstaller/operationrunner.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/installerbuilder/libinstaller/operationrunner.h b/installerbuilder/libinstaller/operationrunner.h
index 50d283e0a..c92614e77 100644
--- a/installerbuilder/libinstaller/operationrunner.h
+++ b/installerbuilder/libinstaller/operationrunner.h
@@ -28,9 +28,7 @@
#include "installer_global.h"
-#include <QtCore/QObject>
-
-#include <iostream>
+QT_FORWARD_DECLARE_CLASS(QStringList)
namespace QInstaller {
@@ -43,8 +41,9 @@ public:
~OperationRunner();
bool init();
- int runOperation(const QStringList &arguments);
void setVerbose(bool verbose);
+ int runOperation(const QStringList &arguments);
+
private:
PackageManagerCore *m_core;
};