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>
This commit is contained in:
hjk
2013-08-07 17:54:35 +02:00
parent 15caea1d26
commit 84331769f0
10 changed files with 245 additions and 149 deletions

View File

@@ -179,7 +179,7 @@ static void initKindFilterAction(QAction *action, const QList<int> &kinds)
}
MemcheckTool::MemcheckTool(QObject *parent)
: IAnalyzerTool(parent)
: ValgrindTool(parent)
{
m_settings = 0;
m_errorModel = 0;