mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
This commit is contained in:
parent
1e275dd942
commit
b746d324cf
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