1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:47:45 +00:00

FontEditor: Rename FontEditorWidget => FontEditor::MainWidget

This commit is contained in:
thankyouverycool 2022-07-05 06:37:06 -04:00 committed by Andreas Kling
parent dcf6454059
commit 69a385f559
5 changed files with 39 additions and 39 deletions

View file

@ -11,7 +11,7 @@ compile_gml(NewFontDialogPage1.gml NewFontDialogPage1GML.h new_font_dialog_page_
compile_gml(NewFontDialogPage2.gml NewFontDialogPage2GML.h new_font_dialog_page_2_gml)
set(SOURCES
FontEditor.cpp
MainWidget.cpp
FontEditorWindowGML.h
FontPreviewWindowGML.h
GlyphEditorWidget.cpp