summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h
index 1255beb08e..2d6aaf9a51 100644
--- a/src/plugins/projectexplorer/projectexplorer.h
+++ b/src/plugins/projectexplorer/projectexplorer.h
@@ -137,8 +137,7 @@ public:
static void setAppOutputSettings(const Internal::AppOutputSettings &settings);
static const Internal::AppOutputSettings &appOutputSettings();
- static void setBuildPropertiesSettings(const BuildPropertiesSettings &settings);
- static const BuildPropertiesSettings &buildPropertiesSettings();
+ static BuildPropertiesSettings &buildPropertiesSettings();
static void showQtSettings();
static void setCustomParsers(const QList<CustomParserSettings> &settings);
@@ -274,6 +273,7 @@ private slots:
void testProject_parsingSuccess();
void testProject_parsingFail();
void testProject_projectTree();
+ void testProject_multipleBuildConfigs();
void testSessionSwitch();
#endif // WITH_TESTS