summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qabstractvideobuffer.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/qabstractvideobuffer.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/qabstractvideobuffer.cpp')
-rw-r--r--src/multimedia/video/qabstractvideobuffer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/video/qabstractvideobuffer.cpp b/src/multimedia/video/qabstractvideobuffer.cpp
index bb33ad63f..bfb97a8fd 100644
--- a/src/multimedia/video/qabstractvideobuffer.cpp
+++ b/src/multimedia/video/qabstractvideobuffer.cpp
@@ -81,7 +81,6 @@ QT_BEGIN_NAMESPACE
\value NoHandle The buffer has no handle, its data can only be accessed by mapping the buffer.
\value GLTextureHandle The handle of the buffer is an OpenGL texture ID.
\value MTLTextureHandle The handle of the buffer is an Metal texture ID.
- \value QPixmapHandle The handle of the buffer is a QPixmap.
\sa handleType()
*/