diff options
author | hjk <[email protected]> | 2013-07-31 08:54:45 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-08-01 12:54:49 +0200 |
commit | cad3b13bbd232cf9d16f5f81115aa2dac0f09901 (patch) | |
tree | 273325bef058ddd4acc7086911519cdb6ca76e85 /src/plugins/valgrind/callgrindtool.h | |
parent | 12a32f145c72a69ef48044c89154897b6a4e34a8 (diff) |
Analyzer: Remove IAnalyzerTool::canRun
That's taken care of the run control factories directly now
Change-Id: I1cd7470e78a93459bee878f5e32594e7cf339a91
Reviewed-by: Aurindam Jana <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r-- | src/plugins/valgrind/callgrindtool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 01475604f13..14a5b201fb7 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -50,7 +50,6 @@ public: QString displayName() const; QString description() const; ToolMode toolMode() const; - bool canRun(ProjectExplorer::RunConfiguration *, ProjectExplorer::RunMode mode) const; void extensionsInitialized(); |