forked from qt-creator/qt-creator
Replace QLatin1String("x") with QLatin1Char('x') where possible
Change-Id: I2f90c8ae7b5e968b9de882833f8661ab540a9232 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ QVariantMap DefaultPropertyProvider::properties(const ProjectExplorer::Kit *k, c
|
||||
if (targetAbi.wordWidth() == 64) {
|
||||
switch (targetAbi.architecture()) {
|
||||
case ProjectExplorer::Abi::X86Architecture:
|
||||
architecture.append(QLatin1String("_"));
|
||||
architecture.append(QLatin1Char('_'));
|
||||
// fall through
|
||||
case ProjectExplorer::Abi::ArmArchitecture:
|
||||
case ProjectExplorer::Abi::MipsArchitecture:
|
||||
|
||||
Reference in New Issue
Block a user