mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
HackStudio: Add a factory function for DebugInfoWidget
Thanks to this patch we now do error propagation in the DebugInfoWidget creation and as a result we get rid of 4 FIXMEs :)
This commit is contained in:
parent
55a903911b
commit
4c732abed5
4 changed files with 29 additions and 13 deletions
|
@ -145,7 +145,7 @@ private:
|
|||
|
||||
void create_open_files_view(GUI::Widget& parent);
|
||||
void create_toolbar(GUI::Widget& parent);
|
||||
void create_action_tab(GUI::Widget& parent);
|
||||
ErrorOr<void> create_action_tab(GUI::Widget& parent);
|
||||
void create_file_menu(GUI::Window&);
|
||||
void update_recent_projects_submenu();
|
||||
void create_edit_menu(GUI::Window&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue