summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qwebchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qwebchannel.cpp b/src/qwebchannel.cpp
index e6c9d5a..f8d24e4 100644
--- a/src/qwebchannel.cpp
+++ b/src/qwebchannel.cpp
@@ -113,7 +113,7 @@ void QWebChannelPrivate::init()
return;
}
- m_baseUrl = QString("127.0.0.1:%1%2").arg(port()).arg(QString::fromLatin1(m_secret));
+ m_baseUrl = QStringLiteral("127.0.0.1:%1%2").arg(port()).arg(QString::fromLatin1(m_secret));
emit initialized();
}