mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +00:00
VideoPlayer: Add quit action and help menu
I also moved the menubar initialization code to VideoPlayerWidget in order to keep all of the bulk out of main.cpp :)
This commit is contained in:
parent
8006bdf6b4
commit
bb95374b49
3 changed files with 21 additions and 10 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
|
||||
void update_title();
|
||||
|
||||
void initialize_menubar(GUI::Window&);
|
||||
|
||||
private:
|
||||
VideoPlayerWidget(GUI::Window&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue