mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
SpreadSheet: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
parent
ca2c7dced5
commit
bba32de857
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