mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +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
|
@ -22,7 +22,7 @@ class HexEditorWidget final : public GUI::Widget {
|
|||
C_OBJECT(HexEditorWidget)
|
||||
public:
|
||||
virtual ~HexEditorWidget() override;
|
||||
void open_file(int fd, String const& path);
|
||||
void open_file(NonnullRefPtr<Core::File>);
|
||||
void initialize_menubar(GUI::Window&);
|
||||
bool request_close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue