mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
HexEditor: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
parent
0c98e553e8
commit
aae96af812
5 changed files with 21 additions and 58 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
bool open_new_file(size_t size);
|
||||
void open_file(NonnullRefPtr<Core::File> file);
|
||||
void fill_selection(u8 fill_byte);
|
||||
bool save_as(int fd);
|
||||
bool save_as(NonnullRefPtr<Core::File>);
|
||||
bool save();
|
||||
|
||||
void select_all();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue