diff options
author | hjk <qtc-committer@nokia.com> | 2011-06-28 19:14:08 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-06-28 20:08:31 +0200 |
commit | 8d567174a90c0ba090989c751b2c0016a482df50 (patch) | |
tree | 8bd2b6cc5b86dc67a17ecaf316b20428536e4788 /src/plugins/qmlprofiler/qmlprofilertool.h | |
parent | 5fcdc85b917414f84efb41bc24fac9db0119ea3f (diff) | |
download | qt-creator-8d567174a90c0ba090989c751b2c0016a482df50.tar.gz |
analyzer: more verbosity in the tool description
Change-Id: Ie259c78710c9e926f75595a7c22195efb7036532
Reviewed-on: http://codereview.qt.nokia.com/856
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h index 759bb84290..583070d55a 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.h +++ b/src/plugins/qmlprofiler/qmlprofilertool.h @@ -50,6 +50,7 @@ public: QString id() const; QString displayName() const; + QString description() const; ToolMode mode() const; void initialize(); @@ -57,7 +58,7 @@ public: void initializeDockWidgets(); Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp, - ProjectExplorer::RunConfiguration *runConfiguration = 0); + ProjectExplorer::RunConfiguration *runConfiguration = 0); QWidget *createControlWidget(); |