mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
FontEditor: Add show_error() helper
This commit is contained in:
parent
c044a556db
commit
e9a150c87c
2 changed files with 17 additions and 14 deletions
|
@ -78,6 +78,8 @@ private:
|
|||
void push_undo();
|
||||
void reset_selection_and_push_undo();
|
||||
|
||||
void show_error(StringView preface, Error);
|
||||
|
||||
RefPtr<Gfx::BitmapFont> m_edited_font;
|
||||
|
||||
RefPtr<GUI::GlyphMapWidget> m_glyph_map_widget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue