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:
parent
df7fd39fcc
commit
8915b3227c
4 changed files with 476 additions and 386 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue