diff --git a/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp b/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp index ea583e5161a..595514697eb 100644 --- a/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp +++ b/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp @@ -116,9 +116,9 @@ bool ClangStaticAnalyzerRunControl::startEngine() // Collect files const QList filesToProcess = calculateFilesToProcess(project); - qCDebug(LOG()) << "Files to process:"; + qCDebug(LOG) << "Files to process:"; foreach (const SourceFileConfiguration &fileConfig, filesToProcess) { - qCDebug(LOG()) << fileConfig.file.path + QLatin1String(" [") + qCDebug(LOG) << fileConfig.file.path + QLatin1String(" [") + fileConfig.projectPart->projectFile + QLatin1Char(']'); } m_filesToProcess = filesToProcess;