1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:47:34 +00:00

LibGUI: Introduce property deserializers for GML property values

This commit is contained in:
Dan Klishch 2023-11-05 18:44:15 -05:00 committed by Andrew Kaster
parent fb6a9dd2f5
commit 1689ec9100
4 changed files with 186 additions and 0 deletions

View file

@ -94,6 +94,7 @@ set(SOURCES
ProcessChooser.cpp
Progressbar.cpp
Property.cpp
PropertyDeserializer.cpp
RadioButton.cpp
RangeSlider.cpp
RegularEditingEngine.cpp