summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/featureprovider.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-07-29 16:39:03 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-07-30 13:50:03 +0200
commit1da1eec5131718f918f2c9ee7ecdb23a32a97c51 (patch)
treeadbf0440c964f9e0f9fcd89598d664463dddb44d /src/plugins/coreplugin/featureprovider.h
parentb2ea6e1b9e4cd15e3ac1255b9a67ed033eb70f7c (diff)
downloadqt-creator-1da1eec5131718f918f2c9ee7ecdb23a32a97c51.tar.gz
IFeatureProvider: Add register method for IFeatureProviders to IWizardFactory
and avoid putting those objects into the object pool. Change-Id: I46c5ed93a9e80532b3cbd7dba2e52b28b1595aa3 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/featureprovider.h')
-rw-r--r--src/plugins/coreplugin/featureprovider.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/featureprovider.h b/src/plugins/coreplugin/featureprovider.h
index 5a62a82ac3..9114cb1a45 100644
--- a/src/plugins/coreplugin/featureprovider.h
+++ b/src/plugins/coreplugin/featureprovider.h
@@ -42,10 +42,8 @@ namespace Core {
class CORE_EXPORT FeatureSet;
-class CORE_EXPORT IFeatureProvider : public QObject
+class CORE_EXPORT IFeatureProvider
{
- Q_OBJECT
-
public:
IFeatureProvider() {}
virtual ~IFeatureProvider() {}