summaryrefslogtreecommitdiff
path: root/examples/sslechoclient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sslechoclient/main.cpp')
-rw-r--r--examples/sslechoclient/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sslechoclient/main.cpp b/examples/sslechoclient/main.cpp
index beffe45..5345087 100644
--- a/examples/sslechoclient/main.cpp
+++ b/examples/sslechoclient/main.cpp
@@ -44,7 +44,7 @@
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- SslEchoClient client(QUrl("wss://localhost:1234"));
+ SslEchoClient client(QUrl(QStringLiteral("wss://localhost:1234")));
Q_UNUSED(client);