summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memchecktool.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-08-07 17:54:35 +0200
committerhjk <hjk121@nokiamail.com>2013-08-08 15:51:54 +0200
commit84331769f03054f7cde39ecb6a5b437de999f9ee (patch)
tree7d859e3d17291f7681a0572b6d03008ec99f2864 /src/plugins/valgrind/memchecktool.h
parent15caea1d260273070aaa399c4643da5e68be886f (diff)
downloadqt-creator-84331769f03054f7cde39ecb6a5b437de999f9ee.tar.gz
Analyzer: Re-introduce ValgrindTool level
This partially reverts 1fb755bb42. It turns out that this is a better place to have the valgrind specific startLocal/startRemote logic shared by the valgrind tools. Change-Id: I1638b6d7665db81227e0a1a9aeef1ce944449391 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r--src/plugins/valgrind/memchecktool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h
index 8099fc75e4..3cfe63c4df 100644
--- a/src/plugins/valgrind/memchecktool.h
+++ b/src/plugins/valgrind/memchecktool.h
@@ -31,7 +31,7 @@
#ifndef MEMCHECKTOOL_H
#define MEMCHECKTOOL_H
-#include <analyzerbase/ianalyzertool.h>
+#include "valgrindtool.h"
#include <QSortFilterProxyModel>
@@ -77,7 +77,7 @@ private:
bool m_filterExternalIssues;
};
-class MemcheckTool : public Analyzer::IAnalyzerTool
+class MemcheckTool : public ValgrindTool
{
Q_OBJECT