summaryrefslogtreecommitdiffstats
path: root/src/core/stream_video_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stream_video_node.h')
-rw-r--r--src/core/stream_video_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stream_video_node.h b/src/core/stream_video_node.h
index 46a433835..9d937791f 100644
--- a/src/core/stream_video_node.h
+++ b/src/core/stream_video_node.h
@@ -57,13 +57,13 @@ class StreamVideoMaterial : public QSGMaterial
public:
StreamVideoMaterial(QSGTexture *texture, TextureTarget target);
- virtual QSGMaterialType *type() const Q_DECL_OVERRIDE
+ QSGMaterialType *type() const override
{
static QSGMaterialType theType;
return &theType;
}
- virtual QSGMaterialShader *createShader() const;
+ QSGMaterialShader *createShader() const override;
QSGTexture *m_texture;
QMatrix4x4 m_texMatrix;