summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlayout/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlayout/mainwindow.h')
-rw-r--r--tests/manual/qlayout/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qlayout/mainwindow.h b/tests/manual/qlayout/mainwindow.h
index fdeb80f150..1f19047b74 100644
--- a/tests/manual/qlayout/mainwindow.h
+++ b/tests/manual/qlayout/mainwindow.h
@@ -38,7 +38,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
- MainWindow(QWidget *parent = 0);
+ MainWindow(QWidget *parent = nullptr);
~MainWindow();
private slots: