forked from qt-creator/qt-creator
Use a type enum instead of duplicating functions between build and clean
That is e.g. buildSteps() and cleanSteps() --> steps(type)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user