summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-01-14 19:08:43 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2010-01-14 19:41:51 +0100
commit8e82a86e3225d2b8625d4bcc42a75f8968e5131a (patch)
tree79f8639ea88cd5bbf76d0103c1859c024de7b0ca /src/plugins/projectexplorer/project.h
parent24d592d8fab6a8e74e77c2e7bb578f023b979066 (diff)
downloadqt-creator-8e82a86e3225d2b8625d4bcc42a75f8968e5131a.tar.gz
Small cleanups in Project
* Fix typo in variable name * Make member naming more consistent * Use a constant for the file name postfix. Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r--src/plugins/projectexplorer/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h
index 18e1617506..9e348d2c25 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -159,7 +159,7 @@ protected:
virtual bool restoreSettingsImpl(PersistentSettingsReader &reader);
private:
- QList<BuildConfiguration *> m_buildConfigurationValues;
+ QList<BuildConfiguration *> m_buildConfigurations;
BuildConfiguration *m_activeBuildConfiguration;
QList<RunConfiguration *> m_runConfigurations;
RunConfiguration* m_activeRunConfiguration;