summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-8933/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-8933/widget.h')
-rw-r--r--tests/manual/qtbug-8933/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qtbug-8933/widget.h b/tests/manual/qtbug-8933/widget.h
index aac6134d09..bc26971a9c 100644
--- a/tests/manual/qtbug-8933/widget.h
+++ b/tests/manual/qtbug-8933/widget.h
@@ -40,7 +40,7 @@ namespace Ui {
class Widget : public QWidget {
Q_OBJECT
public:
- Widget(QWidget *parent = 0);
+ Widget(QWidget *parent = nullptr);
~Widget();
public slots: