mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
VideoPlayer: Add drag and drop support
This patch makes it so that we view clips by dropping them on an open VideoPlayer window.
This commit is contained in:
parent
03c225b023
commit
f0ceaca2f4
3 changed files with 24 additions and 1 deletions
|
@ -53,6 +53,8 @@ private:
|
|||
|
||||
void event(Core::Event&) override;
|
||||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
DeprecatedString m_path;
|
||||
|
||||
RefPtr<VideoFrameWidget> m_video_display;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue