summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/filterkey_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/filterkey_p.h')
-rw-r--r--src/render/materialsystem/filterkey_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/filterkey_p.h b/src/render/materialsystem/filterkey_p.h
index 6a098861c..497002e34 100644
--- a/src/render/materialsystem/filterkey_p.h
+++ b/src/render/materialsystem/filterkey_p.h
@@ -71,7 +71,7 @@ public:
const QVariant &value() const { return m_value; }
const QString &name() const { return m_name; }
- void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) override;
bool operator ==(const FilterKey &other);
bool operator !=(const FilterKey &other);