summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/sphere_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/sphere_p.h')
-rw-r--r--src/render/frontend/sphere_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/sphere_p.h b/src/render/frontend/sphere_p.h
index 1587aecab..98398afad 100644
--- a/src/render/frontend/sphere_p.h
+++ b/src/render/frontend/sphere_p.h
@@ -80,12 +80,12 @@ public:
{}
void setCenter(const QVector3D &c);
- QVector3D center() const Q_DECL_OVERRIDE;
+ QVector3D center() const override;
inline bool isNull() { return m_center == QVector3D() && m_radius == 0.0f; }
void setRadius(float r);
- float radius() const Q_DECL_OVERRIDE;
+ float radius() const override;
void clear();
void initializeFromPoints(const QVector<QVector3D> &points);