summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-06-16 14:12:30 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-06-16 15:16:24 +0200
commitbf5c990283c220fdd88bf9db956691459ef18843 (patch)
treec35418d93686f646d4904db978147c3787b24495 /src/plugins/projectexplorer/buildmanager.h
parentfef02649ce4ea5dc8c2c3c20d36502261a54e870 (diff)
downloadqt-creator-bf5c990283c220fdd88bf9db956691459ef18843.tar.gz
Move ProjectExplorer::Task into its own file
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.h')
-rw-r--r--src/plugins/projectexplorer/buildmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h
index 648790b0f0..d3e490f008 100644
--- a/src/plugins/projectexplorer/buildmanager.h
+++ b/src/plugins/projectexplorer/buildmanager.h
@@ -31,7 +31,7 @@
#define BUILDMANAGER_H
#include "projectexplorer_export.h"
-#include "taskwindow.h"
+#include "task.h"
#include <QtCore/QObject>
#include <QtCore/QStringList>
@@ -50,6 +50,7 @@ class BuildStep;
class Project;
class ProjectExplorerPlugin;
class BuildConfiguration;
+class TaskWindow;
class PROJECTEXPLORER_EXPORT BuildManager
: public QObject