mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
This commit is contained in:
parent
1e275dd942
commit
b746d324cf
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/AtkinsSJ
Commit: b746d324cf
Pull-request: https://github.com/SerenityOS/serenity/pull/18165
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 35 additions and 33 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
return current_view()->cursor();
|
||||
}
|
||||
|
||||
void initialize_menubar(GUI::Window&);
|
||||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
|
||||
void undo();
|
||||
void redo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue