mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
FontEditor: Use LibFileSystemAccessClient
This commit is contained in:
parent
f663e2dbd1
commit
5e4d835caf
4 changed files with 52 additions and 26 deletions
|
@ -37,8 +37,8 @@ public:
|
|||
ErrorOr<void> initialize(DeprecatedString const& path, RefPtr<Gfx::BitmapFont>&&);
|
||||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
|
||||
ErrorOr<void> open_file(DeprecatedString const&);
|
||||
ErrorOr<void> save_file(DeprecatedString const&);
|
||||
ErrorOr<void> open_file(StringView, NonnullOwnPtr<Core::File>);
|
||||
ErrorOr<void> save_file(DeprecatedString const&, NonnullOwnPtr<Core::File>);
|
||||
bool request_close();
|
||||
void update_title();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue