summaryrefslogtreecommitdiffstats
path: root/src/render/backend/triangleboundingvolume_p.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-21 17:14:38 +0200
committerSean Harmer <sean.harmer@kdab.com>2017-09-25 10:42:44 +0000
commit93f5ac54f56b8c340731fd88e1b88525fca7793c (patch)
tree61f28cbaa19c0ca7aa07bcee0f7f0fd71eb06fb5 /src/render/backend/triangleboundingvolume_p.h
parent43542ef59ac9324106a0690da3b808b23d5ab3a9 (diff)
Replace Q_DECL_FINAL with final
Change-Id: Ia80d1cb9cc96d76f8b367caa725c59a70ae0a4d5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/backend/triangleboundingvolume_p.h')
-rw-r--r--src/render/backend/triangleboundingvolume_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/backend/triangleboundingvolume_p.h b/src/render/backend/triangleboundingvolume_p.h
index 3192ad456..4735a1522 100644
--- a/src/render/backend/triangleboundingvolume_p.h
+++ b/src/render/backend/triangleboundingvolume_p.h
@@ -77,9 +77,9 @@ public:
const QVector3D &b,
const QVector3D &c);
- Qt3DCore::QNodeId id() const Q_DECL_FINAL;
- bool intersects(const RayCasting::QRay3D &ray, QVector3D *q, QVector3D *uvw) const Q_DECL_FINAL;
- Type type() const Q_DECL_FINAL;
+ Qt3DCore::QNodeId id() const final;
+ bool intersects(const RayCasting::QRay3D &ray, QVector3D *q, QVector3D *uvw) const final;
+ Type type() const final;
QVector3D a() const;
QVector3D b() const;