aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2012-11-08 17:35:59 +0100
committerDaniel Teske <daniel.teske@digia.com>2012-11-16 14:43:09 +0100
commitb5bbdb38d90e9f0b2049442ad69fc61ad4e74055 (patch)
tree3f5313b4464eb1c4a6e7a4dbf586ddd800ecc2f5 /src/plugins/projectexplorer/buildstep.h
parent8cbafa83b677c5fab089cd68f94828c549d76573 (diff)
Remove BuildConfigWidget::init()
It no longer serves a purpose. Change-Id: Icdcb69c87112e295cefd4975dfa2b3d65818365a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index af89e1d065..4d5c9d6d3a 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -129,9 +129,6 @@ public:
virtual QString displayName() const = 0;
- // This is called to set up the config widget before showing it
- virtual void init(BuildConfiguration *bc) = 0;
-
signals:
void displayNameChanged(const QString &);
};