From 75042d31d1d267d0a4091932c95579747a102e9d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Sun, 24 Sep 2017 23:55:05 +0200 Subject: Replace Q_NULLPTR with nullptr Change-Id: I0988a4119b5bd790d286c16b5647d97d4d95aef0 Reviewed-by: Lars Knoll --- examples/websockets/sslechoclient/sslechoclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/websockets/sslechoclient') 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(); -- cgit v1.2.3