mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
VideoPlayer: Port to GML
This commit is contained in:
parent
f0a33b2a8e
commit
f63ecc2763
7 changed files with 95 additions and 42 deletions
|
@ -20,7 +20,7 @@ enum class VideoSizingMode : u8 {
|
|||
Sentinel
|
||||
};
|
||||
|
||||
class VideoFrameWidget : public GUI::Frame {
|
||||
class VideoFrameWidget final : public GUI::Frame {
|
||||
C_OBJECT(VideoFrameWidget)
|
||||
public:
|
||||
virtual ~VideoFrameWidget() override = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue