summaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/qwinrtplayerrenderercontrol.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2017-09-20 20:57:43 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 14:31:24 +0000
commitc4274f6e98e29c1399120bdd8db86770d6bba104 (patch)
tree9c3e905386cd9bf6b01e32cc1835d7263eb9070d /src/plugins/winrt/qwinrtplayerrenderercontrol.h
parentbb6166a5eca14550584bfc4ab4cb4130872df3ad (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I17b3650a3df5688274151c1f2c4629e4a5062028 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/winrt/qwinrtplayerrenderercontrol.h')
-rw-r--r--src/plugins/winrt/qwinrtplayerrenderercontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/winrt/qwinrtplayerrenderercontrol.h b/src/plugins/winrt/qwinrtplayerrenderercontrol.h
index fb67d0c8c..70f3c4af2 100644
--- a/src/plugins/winrt/qwinrtplayerrenderercontrol.h
+++ b/src/plugins/winrt/qwinrtplayerrenderercontrol.h
@@ -58,7 +58,7 @@ public:
bool ensureReady();
- bool render(ID3D11Texture2D *texture) Q_DECL_OVERRIDE;
+ bool render(ID3D11Texture2D *texture) override;
private:
QScopedPointer<QWinRTPlayerRendererControlPrivate> d_ptr;