From 281647a7efcc122c87d65518d9d8fbf259a3803a Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Sun, 19 Jan 2014 13:58:30 +0100 Subject: Rename SecureMode to SslMode Renamed SecureMode to SslMode to be more inline with QSslSocket. Change-Id: Id2f0c5ebc1e06fcd7b0ce5059e88520e5f0e6fe5 Reviewed-by: Kurt Pattyn --- examples/sslechoserver/sslechoserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sslechoserver/sslechoserver.cpp') diff --git a/examples/sslechoserver/sslechoserver.cpp b/examples/sslechoserver/sslechoserver.cpp index db44af6..b360a08 100644 --- a/examples/sslechoserver/sslechoserver.cpp +++ b/examples/sslechoserver/sslechoserver.cpp @@ -55,7 +55,7 @@ SslEchoServer::SslEchoServer(quint16 port, QObject *parent) : m_clients() { m_pWebSocketServer = new QWebSocketServer(QStringLiteral("SSL Echo Server"), - QWebSocketServer::SecureModeSecure, + QWebSocketServer::SecureMode, this); QSslConfiguration sslConfiguration; QFile certFile(QStringLiteral("./localhost.cert")); -- cgit v1.2.1