1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:37:34 +00:00

LibGUI+FontEditor: Move GlyphMapWidget to LibGUI

This will allow us to use this in other apps, such as the upcoming
Character Map. :^)
This commit is contained in:
Sam Atkins 2022-01-09 16:15:23 +00:00 committed by Andreas Kling
parent dd17df76e9
commit 8175cd0a28
6 changed files with 28 additions and 21 deletions

View file

@ -42,6 +42,7 @@ set(SOURCES
FontPicker.cpp
FontPickerDialogGML.h
Frame.cpp
GlyphMapWidget.cpp
GMLAutocompleteProvider.cpp
GMLFormatter.cpp
GMLLexer.cpp