forked from qt-creator/qt-creator
Fixed problem with changing tool chain type for generic projects
Some fixes were needed after the tool chain type was changed from QString to an enum. Task-number: 259939
This commit is contained in:
@@ -135,7 +135,7 @@ QString ToolChain::toolChainName(ToolChainType tc)
|
||||
return QCoreApplication::translate("ToolChain", "<Invalid>");
|
||||
case UNKNOWN:
|
||||
break;
|
||||
default:
|
||||
default:
|
||||
Q_ASSERT("Missing name for Toolchaintype");
|
||||
};
|
||||
return QCoreApplication::translate("ToolChain", "<Unknown>");
|
||||
|
||||
Reference in New Issue
Block a user