summaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/camera/bbvideorenderercontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/camera/bbvideorenderercontrol.h')
-rw-r--r--src/plugins/qnx/camera/bbvideorenderercontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qnx/camera/bbvideorenderercontrol.h b/src/plugins/qnx/camera/bbvideorenderercontrol.h
index 44bd5ca1b..441ff369d 100644
--- a/src/plugins/qnx/camera/bbvideorenderercontrol.h
+++ b/src/plugins/qnx/camera/bbvideorenderercontrol.h
@@ -51,8 +51,8 @@ class BbVideoRendererControl : public QVideoRendererControl
public:
explicit BbVideoRendererControl(BbCameraSession *session, QObject *parent = 0);
- QAbstractVideoSurface *surface() const Q_DECL_OVERRIDE;
- void setSurface(QAbstractVideoSurface *surface) Q_DECL_OVERRIDE;
+ QAbstractVideoSurface *surface() const override;
+ void setSurface(QAbstractVideoSurface *surface) override;
private:
BbCameraSession *m_session;