summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/touchwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtouchevent/touchwidget.h')
-rw-r--r--tests/manual/qtouchevent/touchwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qtouchevent/touchwidget.h b/tests/manual/qtouchevent/touchwidget.h
index 792c14e765..4036693169 100644
--- a/tests/manual/qtouchevent/touchwidget.h
+++ b/tests/manual/qtouchevent/touchwidget.h
@@ -45,7 +45,7 @@ public:
bool seenMousePress, seenMouseMove, seenMouseRelease;
bool closeWindowOnMouseRelease;
- inline TouchWidget(QWidget *parent = 0)
+ inline TouchWidget(QWidget *parent = nullptr)
: QWidget(parent)
{
reset();