1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:37:45 +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:
Slimey 2022-11-06 14:16:58 +00:00 committed by Gunnar Beutner
parent 8006bdf6b4
commit bb95374b49
3 changed files with 21 additions and 10 deletions

View file

@ -29,6 +29,8 @@ public:
void update_title();
void initialize_menubar(GUI::Window&);
private:
VideoPlayerWidget(GUI::Window&);