summaryrefslogtreecommitdiffstats
path: root/src/render/backend/platformsurfacefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/platformsurfacefilter.cpp')
-rw-r--r--src/render/backend/platformsurfacefilter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/backend/platformsurfacefilter.cpp b/src/render/backend/platformsurfacefilter.cpp
index 20750a1f8..891e30c44 100644
--- a/src/render/backend/platformsurfacefilter.cpp
+++ b/src/render/backend/platformsurfacefilter.cpp
@@ -75,8 +75,8 @@ QHash<QSurface *, bool> PlatformSurfaceFilter::m_surfacesValidity;
PlatformSurfaceFilter::PlatformSurfaceFilter(QObject *parent)
: QObject(parent)
- , m_obj(Q_NULLPTR)
- , m_surface(Q_NULLPTR)
+ , m_obj(nullptr)
+ , m_surface(nullptr)
{
qRegisterMetaType<QSurface *>("QSurface*");
}