aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/xcodeprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs-setup-toolchains/xcodeprobe.cpp')
-rw-r--r--src/app/qbs-setup-toolchains/xcodeprobe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs-setup-toolchains/xcodeprobe.cpp b/src/app/qbs-setup-toolchains/xcodeprobe.cpp
index 277d14d0a..227dc00f3 100644
--- a/src/app/qbs-setup-toolchains/xcodeprobe.cpp
+++ b/src/app/qbs-setup-toolchains/xcodeprobe.cpp
@@ -139,7 +139,7 @@ static QString targetOS(const QString &applePlatformName)
return QStringLiteral("watchos");
if (applePlatformName == QStringLiteral("watchsimulator"))
return QStringLiteral("watchos-simulator");
- return QString();
+ return {};
}
static QStringList archList(const QString &applePlatformName)