aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-29 12:28:31 +0100
committerhjk <hjk@theqtcompany.com>2016-01-29 12:34:19 +0000
commit66bdd60947b946b8aa30141e3871f33226f0cc37 (patch)
treef4260cdb3a8a2f0404f0a03903707f0c8d1b1525 /src/plugins/projectexplorer/buildstep.h
parent221b03a16240cc5923eec1f1a4e2657a481f1839 (diff)
ProjectExplorer: Sprinkle overrides over the code
Sprinkle overrides over code derived from classes in ProjectExplorer Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index 161989af48..d3c0c74d4c 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -101,7 +101,6 @@ class PROJECTEXPLORER_EXPORT IBuildStepFactory :
public:
explicit IBuildStepFactory(QObject *parent = 0);
- virtual ~IBuildStepFactory();
// used to show the list of possible additons to a target, returns a list of types
virtual QList<Core::Id> availableCreationIds(BuildStepList *parent) const = 0;