From 1fb755bb42c4a323716c9d6351e502609d1d993c Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 30 Jul 2013 11:55:28 +0200 Subject: Analyzer: Remove intermediate "ValgrindTool" inheritance level It's an empty shell nowadays. Change-Id: I661735eccf035b58cc405905a58bd74e787e6abc Reviewed-by: Aurindam Jana --- src/plugins/valgrind/callgrindtool.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/valgrind/callgrindtool.h') diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 9c8c2cefc29..b913bbb3c94 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -30,14 +30,14 @@ #ifndef CALLGRINDTOOL_H #define CALLGRINDTOOL_H -#include "valgrindtool.h" +#include namespace Valgrind { namespace Internal { class CallgrindToolPrivate; -class CallgrindTool : public ValgrindTool +class CallgrindTool : public Analyzer::IAnalyzerTool { Q_OBJECT @@ -50,6 +50,7 @@ public: QString displayName() const; QString description() const; ToolMode toolMode() const; + bool canRun(ProjectExplorer::RunConfiguration *, ProjectExplorer::RunMode mode) const; void extensionsInitialized(); -- cgit v1.2.3