summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/connection.h')
-rw-r--r--examples/network/network-chat/connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/network-chat/connection.h b/examples/network/network-chat/connection.h
index fa0671a522..e6f36f7cd9 100644
--- a/examples/network/network-chat/connection.h
+++ b/examples/network/network-chat/connection.h
@@ -79,8 +79,8 @@ public:
Undefined
};
- Connection(QObject *parent = 0);
- Connection(qintptr socketDescriptor, QObject *parent = 0);
+ Connection(QObject *parent = nullptr);
+ Connection(qintptr socketDescriptor, QObject *parent = nullptr);
~Connection();
QString name() const;