diff options
author | hjk <[email protected]> | 2013-08-05 16:02:27 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-08-05 17:09:22 +0200 |
commit | 51b390cada043699c0dc4c29d3b27b194c6de10f (patch) | |
tree | 76909a873753e401828334cc323cb2ee4f49b302 /src/plugins/valgrind/callgrindtool.h | |
parent | 934291077c62f33feb22c2c9798aa66b665000fc (diff) |
Analyzer: Remove some explicit uses of Analyzer::StartMode
Change-Id: I6d28a533d4ee2e93e4b3407e7fdd670c45886708
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 a3937a9cb61..14a5b201fb7 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -49,7 +49,6 @@ public: ProjectExplorer::RunMode runMode() const; QString displayName() const; QString description() const; - Core::Id actionId(Analyzer::StartMode mode) const; ToolMode toolMode() const; void extensionsInitialized(); |