summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.h
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.h
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.h')
-rw-r--r--src/multimedia/video/qvideoframe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index 185291e82..6de614bd4 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -108,7 +108,6 @@ public:
NoHandle,
GLTextureHandle,
MTLTextureHandle,
- QPixmapHandle
};
enum MapMode