1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:37:45 +00:00

ThemeEditor: Extract most logic into a MainWidget class

This commit is contained in:
Sam Atkins 2022-05-10 14:54:43 +01:00 committed by Andreas Kling
parent df7fd39fcc
commit 8915b3227c
4 changed files with 476 additions and 386 deletions

View file

@ -6,8 +6,9 @@ serenity_component(
compile_gml(ThemeEditor.gml ThemeEditorGML.h theme_editor_gml)
set(SOURCES
PreviewWidget.cpp
main.cpp
MainWidget.cpp
PreviewWidget.cpp
ThemeEditorGML.h
)