mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
SQLStudio: Propagate errors from MainWidget::initialize_menubar()
This commit is contained in:
parent
0b110c88ae
commit
83af64f053
3 changed files with 27 additions and 26 deletions
|
@ -22,7 +22,7 @@ class MainWidget : public GUI::Widget {
|
|||
public:
|
||||
virtual ~MainWidget() = default;
|
||||
|
||||
void initialize_menu(GUI::Window*);
|
||||
ErrorOr<void> initialize_menu(GUI::Window*);
|
||||
void open_new_script();
|
||||
void open_script_from_file(LexicalPath const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue