summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickcontrolsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/qquickcontrolsettings.cpp')
-rw-r--r--src/controls/Private/qquickcontrolsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/qquickcontrolsettings.cpp b/src/controls/Private/qquickcontrolsettings.cpp
index 0f22f127..9e76cb07 100644
--- a/src/controls/Private/qquickcontrolsettings.cpp
+++ b/src/controls/Private/qquickcontrolsettings.cpp
@@ -120,7 +120,7 @@ QUrl QQuickControlSettings::makeStyleComponentUrl(const QString &controlStyleNam
{
QString styleFilePath = makeStyleComponentPath(controlStyleName, styleDirPath);
- if (styleDirPath.startsWith(QStringLiteral(":/")))
+ if (styleDirPath.startsWith(QLatin1String(":/")))
return QUrl(QStringLiteral("qrc") + styleFilePath);
return QUrl::fromLocalFile(styleFilePath);