From 708c0dd39d9f2a6f7d699364c6991d78bd30f9a8 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 23 Oct 2013 10:36:01 +0200 Subject: Use QStringLiteral here. Change-Id: Idd32243173775ec49b4a51a55faa85e47e11a4f1 Reviewed-by: Pierre Rossi --- src/qwebchannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.1