summaryrefslogtreecommitdiffstats
path: root/examples/scxml/sudoku/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/sudoku/mainwindow.h')
-rw-r--r--examples/scxml/sudoku/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/sudoku/mainwindow.h b/examples/scxml/sudoku/mainwindow.h
index 99a0f1b..b37279e 100644
--- a/examples/scxml/sudoku/mainwindow.h
+++ b/examples/scxml/sudoku/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: