aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat/chatserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/simplechat/chatserver.h')
-rw-r--r--examples/websockets/simplechat/chatserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websockets/simplechat/chatserver.h b/examples/websockets/simplechat/chatserver.h
index 4c652a3..43ce306 100644
--- a/examples/websockets/simplechat/chatserver.h
+++ b/examples/websockets/simplechat/chatserver.h
@@ -61,7 +61,7 @@ class ChatServer : public QObject
{
Q_OBJECT
public:
- explicit ChatServer(quint16 port, QObject *parent = Q_NULLPTR);
+ explicit ChatServer(quint16 port, QObject *parent = nullptr);
virtual ~ChatServer();
private Q_SLOTS: