summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/meshfunctors/tst_meshfunctors.cpp')
-rw-r--r--tests/auto/render/meshfunctors/tst_meshfunctors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/meshfunctors/tst_meshfunctors.cpp b/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
index 0f50d929f..6aef510ea 100644
--- a/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
+++ b/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
@@ -41,7 +41,7 @@ public:
Qt3DRender::QGeometry *operator ()() Q_DECL_OVERRIDE
{
- return Q_NULLPTR;
+ return nullptr;
}
bool operator ==(const Qt3DRender::QGeometryFactory &other) const Q_DECL_OVERRIDE
@@ -63,7 +63,7 @@ public:
Qt3DRender::QGeometry *operator ()() Q_DECL_OVERRIDE
{
- return Q_NULLPTR;
+ return nullptr;
}
bool operator ==(const Qt3DRender::QGeometryFactory &other) const Q_DECL_OVERRIDE