aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorersettings.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-06-05 14:33:46 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-06-05 15:41:31 +0200
commit3bf7650d1ff0e4d691a38c971b1dbdc4ce1e4175 (patch)
tree84c53baf4c6958806e64fea6b834ac132a829b7d /src/plugins/projectexplorer/projectexplorersettings.h
parentffb883957e819021356d7cb7b11e1e69db61a5d1 (diff)
Turn struct ProjectExplorerSettings into a class
We agreed to not use structs to avoid the class/struct mismatch warnings in MSVC and clang. Change-Id: Id1b2d89646d3a982c8d85b84b44a4e697102c220 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorersettings.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorersettings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorersettings.h b/src/plugins/projectexplorer/projectexplorersettings.h
index 507bf4612a6..90657d7d1ac 100644
--- a/src/plugins/projectexplorer/projectexplorersettings.h
+++ b/src/plugins/projectexplorer/projectexplorersettings.h
@@ -35,8 +35,9 @@
namespace ProjectExplorer {
namespace Internal {
-struct ProjectExplorerSettings
+class ProjectExplorerSettings
{
+public:
ProjectExplorerSettings() :
buildBeforeDeploy(true), deployBeforeRun(true),
saveBeforeBuild(false), showCompilerOutput(false),