summaryrefslogtreecommitdiffstats
path: root/examples/scxml/pinball/mainwindow.h
diff options
context:
space:
mode:
authorMichael Winkelmann <Michael.winkelmann@qt.io>2017-07-14 16:09:10 +0200
committerMichael Winkelmann <Michael.winkelmann@qt.io>2017-07-18 15:34:28 +0000
commitcbcd1b0c432089777377fb0190a7d86195367bb6 (patch)
tree75b13d9f19d2cbf6592f3d028b4bc99eb76cb753 /examples/scxml/pinball/mainwindow.h
parent38eb39a8873f4341cff7165655bb6e2aed40a793 (diff)
Update examples to C++11
Change-Id: If23693387da9e5c0a102041298f626a068b26f6d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'examples/scxml/pinball/mainwindow.h')
-rw-r--r--examples/scxml/pinball/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/pinball/mainwindow.h b/examples/scxml/pinball/mainwindow.h
index 57dffe7..daceb6e 100644
--- a/examples/scxml/pinball/mainwindow.h
+++ b/examples/scxml/pinball/mainwindow.h
@@ -66,7 +66,7 @@ class MainWindow : public QWidget
Q_OBJECT
public:
- explicit MainWindow(QScxmlStateMachine *machine, QWidget *parent = 0);
+ explicit MainWindow(QScxmlStateMachine *machine, QWidget *parent = nullptr);
~MainWindow();
private: