summaryrefslogtreecommitdiffstats
path: root/src/render/geometry/qbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/geometry/qbuffer.cpp')
-rw-r--r--src/render/geometry/qbuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/geometry/qbuffer.cpp b/src/render/geometry/qbuffer.cpp
index b978e0e0b..3d524d60f 100644
--- a/src/render/geometry/qbuffer.cpp
+++ b/src/render/geometry/qbuffer.cpp
@@ -153,12 +153,12 @@ QBufferPrivate::QBufferPrivate()
, m_radius(radius)
{}
- QByteArray operator ()() Q_DECL_OVERRIDE
+ QByteArray operator ()() override
{
return createSphereMeshVertexData(m_radius, m_rings, m_slices);
}
- bool operator ==(const QBufferDataGenerator &other) const Q_DECL_OVERRIDE
+ bool operator ==(const QBufferDataGenerator &other) const override
{
const SphereVertexDataFunctor *otherFunctor = functor_cast<SphereVertexDataFunctor>(&other);
if (otherFunctor != nullptr)