Valgrind: Inline ValgrindToolRunner::executable

Change-Id: Ia714a5a322ae56b07360871f584ec6f9f1babb5b
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2022-05-31 09:17:50 +02:00
parent 6431b02947
commit 1976630bbc
4 changed files with 4 additions and 11 deletions

View File

@@ -122,11 +122,6 @@ void ValgrindToolRunner::stop()
m_runner.stop();
}
FilePath ValgrindToolRunner::executable() const
{
return runControl()->commandLine().executable();
}
QStringList ValgrindToolRunner::genericToolArguments() const
{
QString smcCheckValue;