summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/proximityfilter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/proximityfilter_p.h')
-rw-r--r--src/render/framegraph/proximityfilter_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/proximityfilter_p.h b/src/render/framegraph/proximityfilter_p.h
index cfd6af805..11c9ec63a 100644
--- a/src/render/framegraph/proximityfilter_p.h
+++ b/src/render/framegraph/proximityfilter_p.h
@@ -64,7 +64,7 @@ class Q_AUTOTEST_EXPORT ProximityFilter : public FrameGraphNode
public:
ProximityFilter();
- void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) override;
float distanceThreshold() const { return m_distanceThreshold; }
Qt3DCore::QNodeId entityId() const { return m_entityId; }