forked from qt-creator/qt-creator
ProjectExplorer: Rename ToolChain to Toolchain
Change-Id: Ibb520f14ff3e2a6147ca5d419b9351c50c141063 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ void ClangToolsUnitTests::initTestCase()
|
||||
if (!m_kit)
|
||||
QSKIP("This test requires at least one valid kit with a valid Qt");
|
||||
|
||||
const ToolChain *const toolchain = ToolChainKitAspect::cxxToolChain(m_kit);
|
||||
const Toolchain * const toolchain = ToolChainKitAspect::cxxToolChain(m_kit);
|
||||
if (!toolchain)
|
||||
QSKIP("This test requires that there is a kit with a toolchain.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user