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

Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel

This commit is contained in:
Bastiaan van der Plaat 2024-02-28 22:02:01 +01:00 committed by Sam Atkins
parent 29026ce965
commit bd86beb7e4
7 changed files with 224 additions and 74 deletions

View file

@ -11,6 +11,7 @@ compile_gml(SearchPanel.gml SearchPanelGML.cpp)
set(SOURCES
main.cpp
FavoritesEditDialogGML.cpp
FavoritesModel.cpp
FavoritesPanelGML.cpp
FavoritesPanel.cpp
MapWidget.cpp