diff options
author | hjk <qtc-committer@nokia.com> | 2011-07-04 16:16:49 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-07-04 16:23:38 +0200 |
commit | 06a41da04e726ffd35da18d99cd2f46cb99467be (patch) | |
tree | 53c5857a3d0578ad14fe908aa838b5f20a94aad0 /src/plugins/qmlprofiler/qmlprofilertool.h | |
parent | 163128fae882b27f86cb9b1121059df2a68ad4f3 (diff) | |
download | qt-creator-06a41da04e726ffd35da18d99cd2f46cb99467be.tar.gz |
analyzer: move convenience factory back to base plugin
Change-Id: Ife82b74ce4b457dd9e6a6cc3749cb629aeeacf58
Reviewed-on: http://codereview.qt.nokia.com/1086
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h index f3d9b3063e..50e3d1d55c 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.h +++ b/src/plugins/qmlprofiler/qmlprofilertool.h @@ -62,7 +62,6 @@ public: ProjectExplorer::RunConfiguration *runConfiguration = 0); QWidget *createControlWidget(); - void startTool(Analyzer::StartMode mode); public slots: void connectClient(int port); |