forked from qt-creator/qt-creator
Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverload
Change-Id: I86697f07a8dce5674d6e748bce807df59b773227 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -197,10 +197,10 @@ QList<RunnerCreator> ClangToolRunWorker::runnerCreators()
|
||||
QList<RunnerCreator> creators;
|
||||
|
||||
if (m_diagnosticConfig.isClangTidyEnabled())
|
||||
creators << [this]() { return createRunner<ClangTidyRunner>(); };
|
||||
creators << [this] { return createRunner<ClangTidyRunner>(); };
|
||||
|
||||
if (m_diagnosticConfig.isClazyEnabled())
|
||||
creators << [this]() { return createRunner<ClazyStandaloneRunner>(); };
|
||||
creators << [this] { return createRunner<ClazyStandaloneRunner>(); };
|
||||
|
||||
return creators;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user