1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubar

This commit is contained in:
implicitfield 2023-01-08 17:33:40 +02:00 committed by Sam Atkins
parent a2ca2d8364
commit f0a33b2a8e
3 changed files with 15 additions and 15 deletions

View file

@ -34,7 +34,7 @@ public:
Video::PlaybackManager::SeekMode seek_mode();
void set_seek_mode(Video::PlaybackManager::SeekMode seek_mode);
void initialize_menubar(GUI::Window&);
ErrorOr<void> initialize_menubar(GUI::Window&);
private:
VideoPlayerWidget(GUI::Window&);