summaryrefslogtreecommitdiffstats
path: root/examples/network/threadedfortuneserver/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/threadedfortuneserver/dialog.h')
-rw-r--r--examples/network/threadedfortuneserver/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/threadedfortuneserver/dialog.h b/examples/network/threadedfortuneserver/dialog.h
index d127b8bfc2..2898c5311c 100644
--- a/examples/network/threadedfortuneserver/dialog.h
+++ b/examples/network/threadedfortuneserver/dialog.h
@@ -64,7 +64,7 @@ class Dialog : public QWidget
Q_OBJECT
public:
- Dialog(QWidget *parent = 0);
+ Dialog(QWidget *parent = nullptr);
private:
QLabel *statusLabel;