summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memchecktool.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-08-02 11:41:02 +0200
committerhjk <hjk121@nokiamail.com>2013-08-05 09:50:28 +0200
commit1ec636cbd642e1cb43b2273068000232a8839fe6 (patch)
tree90d8ab0f6b38f7b28131ab5283f13440eefc04d5 /src/plugins/valgrind/memchecktool.h
parent92e8f8e59bd312a9da8252bc0eb95ab7d44b45ef (diff)
downloadqt-creator-1ec636cbd642e1cb43b2273068000232a8839fe6.tar.gz
Analyzer: Move common startTool implementations to IAnalyzerTool base
Change-Id: I963cb2d025a10cee75b9a9648531c4daeb1b70aa Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r--src/plugins/valgrind/memchecktool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h
index 550ea520e0..6934465969 100644
--- a/src/plugins/valgrind/memchecktool.h
+++ b/src/plugins/valgrind/memchecktool.h
@@ -113,7 +113,6 @@ private:
Analyzer::AnalyzerRunControl *createRunControl(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);
- void startTool(Analyzer::StartMode mode);
void clearErrorView();