summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/commons/testdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/input/commons/testdevice.h')
-rw-r--r--tests/auto/input/commons/testdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/input/commons/testdevice.h b/tests/auto/input/commons/testdevice.h
index af956a3b9..c58835a38 100644
--- a/tests/auto/input/commons/testdevice.h
+++ b/tests/auto/input/commons/testdevice.h
@@ -33,7 +33,7 @@ class TestDevice : public Qt3DInput::QAbstractPhysicalDevice
{
Q_OBJECT
public:
- explicit TestDevice(Qt3DCore::QNode *parent = Q_NULLPTR)
+ explicit TestDevice(Qt3DCore::QNode *parent = nullptr)
: Qt3DInput::QAbstractPhysicalDevice(parent)
{}