summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectwindow.cpp
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-03-16 14:36:59 +0100
committerdt <qtc-committer@nokia.com>2010-03-16 17:45:08 +0100
commit0d4fdd291ab85183c937223a0b33e901023ea448 (patch)
treec8ad614682e851cb7c41fde8349b9adec40b5fc5 /src/plugins/projectexplorer/projectwindow.cpp
parent10c3240e406e9784296b3b1a9b9d47e05404fe56 (diff)
downloadqt-creator-0d4fdd291ab85183c937223a0b33e901023ea448.tar.gz
Use a type enum instead of duplicating functions between build and clean
That is e.g. buildSteps() and cleanSteps() --> steps(type)
Diffstat (limited to 'src/plugins/projectexplorer/projectwindow.cpp')
-rw-r--r--src/plugins/projectexplorer/projectwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectwindow.cpp b/src/plugins/projectexplorer/projectwindow.cpp
index a8e87ee682..f2f27a20e5 100644
--- a/src/plugins/projectexplorer/projectwindow.cpp
+++ b/src/plugins/projectexplorer/projectwindow.cpp
@@ -40,7 +40,6 @@
#include "target.h"
#include "projecttreewidget.h"
#include "runconfiguration.h"
-#include "buildconfiguration.h"
#include "buildsettingspropertiespage.h"
#include "runsettingspropertiespage.h"
#include "targetsettingspanel.h"