forked from qt-creator/qt-creator
ProjectExplorer: Dissolve a few uses of Runnable
Change-Id: I71b8f1b00e488360e7f9c136912bc64b5a76609a Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -253,10 +253,10 @@ void ClangToolRunWorker::start()
|
||||
|
||||
// Collect files
|
||||
const auto clangIncludeDirAndVersion =
|
||||
getClangIncludeDirAndVersion(runControl()->runnable().command.executable());
|
||||
getClangIncludeDirAndVersion(runControl()->commandLine().executable());
|
||||
const AnalyzeUnits unitsToProcess = unitsToAnalyze(clangIncludeDirAndVersion.first,
|
||||
clangIncludeDirAndVersion.second);
|
||||
qCDebug(LOG) << Q_FUNC_INFO << runControl()->runnable().command.executable()
|
||||
qCDebug(LOG) << Q_FUNC_INFO << runControl()->commandLine().executable()
|
||||
<< clangIncludeDirAndVersion.first << clangIncludeDirAndVersion.second;
|
||||
qCDebug(LOG) << "Files to process:" << unitsToProcess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user