From ff60c4cbe2d480923437f1756ea38eefdd865b57 Mon Sep 17 00:00:00 2001 From: kh1 Date: Thu, 8 Sep 2011 15:24:47 +0200 Subject: Remove some superfluous includes. Small style change. Change-Id: Ieecff392a6c219832c3c99c1fbb8f95f0b6d4232 Reviewed-on: http://codereview.qt-project.org/4460 Reviewed-by: Karsten Heimrich --- installerbuilder/libinstaller/operationrunner.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'installerbuilder/libinstaller/operationrunner.h') 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 - -#include +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; }; -- cgit v1.2.3