forked from qt-creator/qt-creator
Analyzer: Remove IAnalyzerTool::canRun
That's taken care of the run control factories directly now Change-Id: I1cd7470e78a93459bee878f5e32594e7cf339a91 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -286,11 +286,6 @@ RunMode MemcheckTool::runMode() const
|
||||
return MemcheckRunMode;
|
||||
}
|
||||
|
||||
bool MemcheckTool::canRun(RunConfiguration *, RunMode mode) const
|
||||
{
|
||||
return mode == MemcheckRunMode;
|
||||
}
|
||||
|
||||
QString MemcheckTool::displayName() const
|
||||
{
|
||||
return tr("Valgrind Memory Analyzer");
|
||||
|
||||
Reference in New Issue
Block a user