mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
SpreadSheet: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
parent
ca2c7dced5
commit
bba32de857
Notes:
sideshowbarker
2024-07-17 20:34:14 +09:00
Author: https://github.com/mustafaquraish
Commit: bba32de857
Pull-request: https://github.com/SerenityOS/serenity/pull/11968
Reviewed-by: https://github.com/TobyAsE
5 changed files with 17 additions and 33 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
~SpreadsheetWidget();
|
||||
|
||||
void save(StringView filename);
|
||||
void load_file(int fd, StringView filename);
|
||||
void load_file(Core::File&);
|
||||
bool request_close();
|
||||
void add_sheet();
|
||||
void add_sheet(NonnullRefPtr<Sheet>&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue