mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubar
This commit is contained in:
parent
a2ca2d8364
commit
f0a33b2a8e
3 changed files with 15 additions and 15 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue