summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-19 11:44:41 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-06 08:09:51 +0000
commit521bb5c66888a06a2dce3b4a79496076ef9455da (patch)
tree16f4481d110d41a1c61b4681d2a03b10904429ad /src/multimedia/video/qvideoframe.cpp
parentc7e3fccbdcd91f2228534d12ac7e91a9c22c2516 (diff)
Kill QVideoFrame::PixmapHandle
This didn't make sense since Qt 5.0, as a pixmap is the same as an image in Qt 5/6. It was also completely unused. Change-Id: I97d548ca288c9aebb580f0fbaf9fbbba488e197a Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoframe.cpp')
-rw-r--r--src/multimedia/video/qvideoframe.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multimedia/video/qvideoframe.cpp b/src/multimedia/video/qvideoframe.cpp
index 3545c1cc3..2f72a4e11 100644
--- a/src/multimedia/video/qvideoframe.cpp
+++ b/src/multimedia/video/qvideoframe.cpp
@@ -1206,8 +1206,6 @@ QDebug operator<<(QDebug dbg, QVideoFrame::HandleType type)
return dbg << "GLTextureHandle";
case QVideoFrame::MTLTextureHandle:
return dbg << "MTLTextureHandle";
- case QVideoFrame::QPixmapHandle:
- return dbg << "QPixmapHandle";
}
}