summaryrefslogtreecommitdiff
path: root/examples/webchannel/standalone/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/main.cpp')
-rw-r--r--examples/webchannel/standalone/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/standalone/main.cpp b/examples/webchannel/standalone/main.cpp
index b53e9a6..0aeb45c 100644
--- a/examples/webchannel/standalone/main.cpp
+++ b/examples/webchannel/standalone/main.cpp
@@ -72,7 +72,7 @@ class Dialog : public QObject
Q_OBJECT
public:
- explicit Dialog(QObject *parent = 0)
+ explicit Dialog(QObject *parent = nullptr)
: QObject(parent)
{
ui.setupUi(&dialog);