mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
FontEditor: Show complete filename in error messages
And clean up Save and Open action code style.
This commit is contained in:
parent
19b8b9d187
commit
a62f204b25
2 changed files with 14 additions and 18 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
virtual ~MainWidget() override = default;
|
||||
|
||||
void show_error(Error, StringView action, StringView basename = {});
|
||||
void show_error(Error, StringView action, StringView filename = {});
|
||||
void reset();
|
||||
|
||||
ErrorOr<void> initialize(StringView path, RefPtr<Gfx::BitmapFont>&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue