diff options
author | hjk <[email protected]> | 2013-08-07 19:47:30 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-08-08 17:41:39 +0200 |
commit | e94183ca2feed8e68e8d1430be2d24632d4a731c (patch) | |
tree | 2ccab4191bf3acbdef6f5cbea4596a76f3990134 /src/plugins/valgrind/callgrindtool.h | |
parent | 256509541bef7643831859ec4449089a46510af4 (diff) |
Analyzer: Introduce AnalzyerAction
This wraps the menu related aspects of an IAnalyzerTool.
Change-Id: I065cb5f269a40af2137f434a7cdf915bd9a76839
Reviewed-by: Christiaan Janssen <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r-- | src/plugins/valgrind/callgrindtool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 1f7b1e84829..3afb90a28ce 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -45,10 +45,7 @@ public: CallgrindTool(QObject *parent); ~CallgrindTool(); - Core::Id id() const; ProjectExplorer::RunMode runMode() const; - QString displayName() const; - QString description() const; ToolMode toolMode() const; void extensionsInitialized(); |