summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qgraphicsapifilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qgraphicsapifilter.h')
-rw-r--r--src/render/materialsystem/qgraphicsapifilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/qgraphicsapifilter.h b/src/render/materialsystem/qgraphicsapifilter.h
index 83d586d74..445f31504 100644
--- a/src/render/materialsystem/qgraphicsapifilter.h
+++ b/src/render/materialsystem/qgraphicsapifilter.h
@@ -76,7 +76,7 @@ public:
};
Q_ENUM(OpenGLProfile)
- explicit QGraphicsApiFilter(QObject *parent = Q_NULLPTR);
+ explicit QGraphicsApiFilter(QObject *parent = nullptr);
Api api() const;
OpenGLProfile profile() const;