aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h')
-rw-r--r--src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h b/src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h
index b627039b0a..d65554a1d1 100644
--- a/src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h
+++ b/src/plugins/vcprojectmanager/vcprojectmodel/tools/toolsection.h
@@ -52,11 +52,11 @@ public:
IToolAttributeContainer *attributeContainer() const;
const IToolSectionDescription *sectionDescription() const;
- VcNodeWidget* createSettingsWidget();
- IToolSection* clone() const;
+ VcNodeWidget *createSettingsWidget();
+ IToolSection *clone() const;
private:
- const ToolSectionDescription * m_toolDesc;
+ const ToolSectionDescription *m_toolDesc;
GeneralToolAttributeContainer *m_attributeContainer;
};