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