forked from qt-creator/qt-creator
Valgrind: Inline ValgrindToolRunner::executable
Change-Id: Ia714a5a322ae56b07360871f584ec6f9f1babb5b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -122,11 +122,6 @@ void ValgrindToolRunner::stop()
|
||||
m_runner.stop();
|
||||
}
|
||||
|
||||
FilePath ValgrindToolRunner::executable() const
|
||||
{
|
||||
return runControl()->commandLine().executable();
|
||||
}
|
||||
|
||||
QStringList ValgrindToolRunner::genericToolArguments() const
|
||||
{
|
||||
QString smcCheckValue;
|
||||
|
||||
Reference in New Issue
Block a user