aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-13 11:44:00 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-16 11:16:17 +0000
commita110abeed7a5588b52cb63aa48c62b197b88fdcf (patch)
treeba0654f9cb7e712244c496cd10d0b2c2ea2fc3d5 /src/plugins/projectexplorer/buildstep.h
parent0e278e9efeffef2de86decfc5e415a94d7234b4f (diff)
Remove unnecessary destructors
Change-Id: Id0bc2d3a305e6af24838266195ab22e04e3a12a1 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index e550fbd6bf..43ae9aef02 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -56,8 +56,6 @@ protected:
BuildStep(BuildStepList *bsl, BuildStep *bs);
public:
- ~BuildStep() override;
-
virtual bool init() = 0;
virtual void run(QFutureInterface<bool> &fi) = 0;