summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-06-30 14:39:15 +0200
committerhjk <qthjk@ovi.com>2011-07-04 12:01:13 +0200
commitdaefb0c83a58ca65acd2573f2d48bb8fe7bdc410 (patch)
treed56ae4bc7e85493e21c8d8613d652f591f0ed801 /src/plugins/qmlprofiler/qmlprofilerplugin.h
parent99d9f065b3d61453f003eb6b520f36217f5f7fa9 (diff)
downloadqt-creator-daefb0c83a58ca65acd2573f2d48bb8fe7bdc410.tar.gz
qmlprofiler: simplify plugin construction
Change-Id: I26fe148669656637a82a30012e8632b105d4f073 Reviewed-on: http://codereview.qt.nokia.com/1050 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerplugin.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerplugin.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerplugin.h b/src/plugins/qmlprofiler/qmlprofilerplugin.h
index 8690c6d707..3a46fa37ed 100644
--- a/src/plugins/qmlprofiler/qmlprofilerplugin.h
+++ b/src/plugins/qmlprofiler/qmlprofilerplugin.h
@@ -46,18 +46,13 @@ class QmlProfilerPlugin : public ExtensionSystem::IPlugin
Q_OBJECT
public:
- QmlProfilerPlugin();
- ~QmlProfilerPlugin();
+ QmlProfilerPlugin() {}
bool initialize(const QStringList &arguments, QString *errorString);
void extensionsInitialized();
ShutdownFlag aboutToShutdown();
static bool debugOutput;
-
-private:
- class QmlProfilerPluginPrivate;
- QmlProfilerPluginPrivate *d;
};
} // namespace Internal