summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindtool.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-07-04 16:16:49 +0200
committerhjk <qthjk@ovi.com>2011-07-04 16:23:38 +0200
commit06a41da04e726ffd35da18d99cd2f46cb99467be (patch)
tree53c5857a3d0578ad14fe908aa838b5f20a94aad0 /src/plugins/valgrind/callgrindtool.h
parent163128fae882b27f86cb9b1121059df2a68ad4f3 (diff)
downloadqt-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/valgrind/callgrindtool.h')
-rw-r--r--src/plugins/valgrind/callgrindtool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h
index 64b034d640..517753287f 100644
--- a/src/plugins/valgrind/callgrindtool.h
+++ b/src/plugins/valgrind/callgrindtool.h
@@ -60,8 +60,6 @@ public:
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createControlWidget();
- void startTool(Analyzer::StartMode mode);
-
private:
CallgrindToolPrivate *d;
};