summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectfilewizardextension.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-27 14:17:18 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-06-06 09:35:48 +0200
commita231e03ba80891d4fbe774a6148c21f7a24e69d9 (patch)
tree73b63d589f9f2870ca470ba571ae288d22f13357 /src/plugins/projectexplorer/projectfilewizardextension.cpp
parentc4ab83f5ce66eebd3880f36dad9d0f7071304848 (diff)
downloadqt-creator-a231e03ba80891d4fbe774a6148c21f7a24e69d9.tar.gz
Replace internal struct with class
Coding style fix Change-Id: If7b0d1154094084a9be0276f1d8fd9e32a44eb92 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.cpp')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.cpp b/src/plugins/projectexplorer/projectfilewizardextension.cpp
index fd08ac68c0..6d4fc43f82 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.cpp
+++ b/src/plugins/projectexplorer/projectfilewizardextension.cpp
@@ -249,8 +249,9 @@ static inline AddNewTree *getChoices(const QStringList &generatedFiles,
}
// --------- ProjectWizardContext
-struct ProjectWizardContext
+class ProjectWizardContext
{
+public:
ProjectWizardContext();
void clear();