summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/target.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-04-21 15:01:48 +0200
committerhjk <qtc-committer@nokia.com>2011-04-21 17:41:37 +0200
commitd4f6e3474a4cd9dfda00be7bfdfc3fce132e66c2 (patch)
treecf89f2e6a952d6c35e6cebed27e48c3de88b5bad /src/plugins/projectexplorer/target.h
parent253f183df3c0d2d604e3e62a527462f20dc60870 (diff)
downloadqt-creator-d4f6e3474a4cd9dfda00be7bfdfc3fce132e66c2.tar.gz
projectexplorer: fix style
Diffstat (limited to 'src/plugins/projectexplorer/target.h')
-rw-r--r--src/plugins/projectexplorer/target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/target.h b/src/plugins/projectexplorer/target.h
index 82be0313c0..dc2be8e988 100644
--- a/src/plugins/projectexplorer/target.h
+++ b/src/plugins/projectexplorer/target.h
@@ -168,7 +168,6 @@ class PROJECTEXPLORER_EXPORT ITargetFactory :
public:
explicit ITargetFactory(QObject *parent = 0);
- virtual ~ITargetFactory();
virtual QStringList supportedTargetIds(ProjectExplorer::Project *project) const = 0;
virtual bool supportsTargetId(const QString &id) const = 0;