summaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/qwinrtplayerrenderercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt/qwinrtplayerrenderercontrol.cpp')
-rw-r--r--src/plugins/winrt/qwinrtplayerrenderercontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/winrt/qwinrtplayerrenderercontrol.cpp b/src/plugins/winrt/qwinrtplayerrenderercontrol.cpp
index ef8c4f21e..5952aa638 100644
--- a/src/plugins/winrt/qwinrtplayerrenderercontrol.cpp
+++ b/src/plugins/winrt/qwinrtplayerrenderercontrol.cpp
@@ -100,7 +100,7 @@ QWinRTPlayerRendererControl::QWinRTPlayerRendererControl(IMFMediaEngineEx *engin
d->engine = engine;
d->manager = manager;
d->resetToken = resetToken;
- d->deviceHandle = 0;
+ d->deviceHandle = nullptr;
}
QWinRTPlayerRendererControl::~QWinRTPlayerRendererControl()