1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:57:44 +00:00

LibGUI: Add GUI::AppFile, a simple wrapper around .af files

This commit is contained in:
Linus Groh 2020-12-27 18:50:50 +01:00 committed by Andreas Kling
parent fae2304c67
commit 616c217a09
3 changed files with 187 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
AbstractView.cpp
Action.cpp
ActionGroup.cpp
AppFile.cpp
Application.cpp
BoxLayout.cpp
Button.cpp