summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/chatdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/chatdialog.h')
-rw-r--r--examples/network/network-chat/chatdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/network-chat/chatdialog.h b/examples/network/network-chat/chatdialog.h
index c65861c6e6..27ae0ca72a 100644
--- a/examples/network/network-chat/chatdialog.h
+++ b/examples/network/network-chat/chatdialog.h
@@ -59,7 +59,7 @@ class ChatDialog : public QDialog, private Ui::ChatDialog
Q_OBJECT
public:
- ChatDialog(QWidget *parent = 0);
+ ChatDialog(QWidget *parent = nullptr);
public slots:
void appendMessage(const QString &from, const QString &message);