diff options
author | hjk <qtc-committer@nokia.com> | 2011-07-04 10:50:44 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-07-04 12:02:36 +0200 |
commit | 36a3028b9d3535dfcd1d144398f49ad518a3f27a (patch) | |
tree | 3299a1e133464cf7f3e6ff0f1c3bc46485b355a9 /src/plugins/valgrind/callgrindtool.h | |
parent | 1e79a68a14709c4255160a06c3278c6eb3ebadd8 (diff) | |
download | qt-creator-36a3028b9d3535dfcd1d144398f49ad518a3f27a.tar.gz |
analyzer: refactor progress
Change-Id: If74c8035bc83a8113c2a15dcacefa38afbbbb4d8
Reviewed-on: http://codereview.qt.nokia.com/1056
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r-- | src/plugins/valgrind/callgrindtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 517753287f..64b034d640 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -60,6 +60,8 @@ public: ProjectExplorer::RunConfiguration *runConfiguration = 0); QWidget *createControlWidget(); + void startTool(Analyzer::StartMode mode); + private: CallgrindToolPrivate *d; }; |