summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video/qvideoframe.cpp')
-rw-r--r--src/multimedia/video/qvideoframe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multimedia/video/qvideoframe.cpp b/src/multimedia/video/qvideoframe.cpp
index 316366d53..375f19930 100644
--- a/src/multimedia/video/qvideoframe.cpp
+++ b/src/multimedia/video/qvideoframe.cpp
@@ -990,6 +990,7 @@ QDebug operator<<(QDebug dbg, QVideoFrame::HandleType type)
case QVideoFrame::RhiTextureHandle:
return dbg << "RhiTextureHandle";
}
+ return dbg;
}
QDebug operator<<(QDebug dbg, const QVideoFrame& f)