summaryrefslogtreecommitdiff
path: root/src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h
diff options
context:
space:
mode:
authorRadovan Zivkovic <pivonroll@gmail.com>2013-09-22 17:22:22 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-03-11 19:54:57 +0100
commit67e04d3803840726aa32fc80108f47bf67595b80 (patch)
treeacaf1c9891466cf42b48d44742863209a09cca27 /src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h
parent1f5909153816892917d004433221c2d02794a801 (diff)
downloadqt-creator-67e04d3803840726aa32fc80108f47bf67595b80.tar.gz
Configuration class now implements IConfiguration interface.
Change-Id: Ife83dc8a501b58447249a151f752e7e98670a65a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h')
-rw-r--r--src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h b/src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h
index aa525436f4..34bd5e3ff2 100644
--- a/src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h
+++ b/src/plugins/vcprojectmanager/widgets/toolwidgets/toolsectionsettingswidget.h
@@ -33,6 +33,8 @@
#include <QList>
#include <QWidget>
+#include "../vcnodewidget.h"
+
namespace VcProjectManager {
namespace Internal {
@@ -41,7 +43,7 @@ class BasicConfigurationWidget;
class IToolAttribute;
class IToolAttributeSettingsWidget;
-class ToolSectionSettingsWidget : public QWidget
+class ToolSectionSettingsWidget : public VcNodeWidget
{
public:
ToolSectionSettingsWidget(ToolSection *toolSection, QWidget *parent = 0);