summaryrefslogtreecommitdiffstats
path: root/src/render/backend/quniformvalue_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/quniformvalue_p.h')
-rw-r--r--src/render/backend/quniformvalue_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/backend/quniformvalue_p.h b/src/render/backend/quniformvalue_p.h
index b3f4a64b9..e3c983a83 100644
--- a/src/render/backend/quniformvalue_p.h
+++ b/src/render/backend/quniformvalue_p.h
@@ -118,7 +118,7 @@ public :
// Called by the QGraphicContext prior applying
void setTextureUnit(int textureUnit) { m_textureUnit = textureUnit; }
- void apply(QGraphicsContext *ctx, const ShaderUniform &description) const;
+ void apply(QGraphicsContext *ctx, const ShaderUniform &description) const Q_DECL_OVERRIDE;
private:
QNodeId m_textureId;