mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
TextEditor: Propagate errors from MainWidget::initialize_menubar()
This commit is contained in:
parent
83af64f053
commit
84a231d4e5
3 changed files with 104 additions and 103 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
|
||||
void update_title();
|
||||
void update_statusbar();
|
||||
void initialize_menubar(GUI::Window&);
|
||||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue