forked from qt-creator/qt-creator
All: More ToolChain->Toolchain renamings
And removal of one unused function declaration. Change-Id: I594e23401d8f247d3be081ce850005574951899d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -2368,7 +2368,7 @@ void DebuggerUnitTests::initTestCase()
|
||||
// const QList<Kit *> allKits = KitManager::kits();
|
||||
// if (allKits.count() != 1)
|
||||
// QSKIP("This test requires exactly one kit to be present");
|
||||
// const ToolChain * const toolchain = ToolChainKitAspect::toolChain(allKits.first());
|
||||
// const Toolchain * const toolchain = ToolchainKitAspect::toolchain(allKits.first());
|
||||
// if (!toolchain)
|
||||
// QSKIP("This test requires that there is a kit with a toolchain.");
|
||||
// bool hasClangExecutable;
|
||||
|
||||
Reference in New Issue
Block a user