mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
FontEditor: Disambiguate save function from save-as action
This commit is contained in:
parent
c2b7bbbb2c
commit
8f60ea4470
2 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
virtual ~FontEditorWidget() override;
|
||||
|
||||
bool open_file(String const&);
|
||||
bool save_as(String const&);
|
||||
bool save_file(String const&);
|
||||
bool request_close();
|
||||
void update_title();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue