aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/sslechoclient/sslechoclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/sslechoclient/sslechoclient.h')
-rw-r--r--examples/websockets/sslechoclient/sslechoclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websockets/sslechoclient/sslechoclient.h b/examples/websockets/sslechoclient/sslechoclient.h
index 5b87557..6634a44 100644
--- a/examples/websockets/sslechoclient/sslechoclient.h
+++ b/examples/websockets/sslechoclient/sslechoclient.h
@@ -63,7 +63,7 @@ class SslEchoClient : public QObject
{
Q_OBJECT
public:
- explicit SslEchoClient(const QUrl &url, QObject *parent = Q_NULLPTR);
+ explicit SslEchoClient(const QUrl &url, QObject *parent = nullptr);
private Q_SLOTS:
void onConnected();