summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen/propertywatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qscreen/propertywatcher.h')
-rw-r--r--tests/manual/qscreen/propertywatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qscreen/propertywatcher.h b/tests/manual/qscreen/propertywatcher.h
index f371a3b9b6..d988d96c91 100644
--- a/tests/manual/qscreen/propertywatcher.h
+++ b/tests/manual/qscreen/propertywatcher.h
@@ -39,7 +39,7 @@ class PropertyWatcher : public QWidget
Q_OBJECT
public:
- explicit PropertyWatcher(QObject* subject = Q_NULLPTR, QString annotation = QString(), QWidget *parent = Q_NULLPTR);
+ explicit PropertyWatcher(QObject* subject = nullptr, QString annotation = QString(), QWidget *parent = nullptr);
QFormLayout *formLayout() { return m_formLayout; }