1
Fork 0
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:
thankyouverycool 2022-07-30 07:29:04 -04:00 committed by Andreas Kling
parent c044a556db
commit e9a150c87c
2 changed files with 17 additions and 14 deletions

View file

@ -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;