mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-01 08:52:45 +00:00
WIP: extract loading logic from model
Loading logic should be extracted from the model, to make loading the data from other sources, such as a local database for synchronised items, possible.
This commit is contained in:
parent
40d8793bd8
commit
17d4b2c24b
7 changed files with 168 additions and 21 deletions
|
@ -6,6 +6,7 @@ include(GeneratedSources.cmake)
|
|||
|
||||
set(jellyfin-qt_SOURCES
|
||||
# src/DTO/dto.cpp
|
||||
src/support/loader.cpp
|
||||
src/apiclient.cpp
|
||||
src/apimodel.cpp
|
||||
src/credentialmanager.cpp
|
||||
|
@ -21,6 +22,7 @@ list(APPEND jellyfin-qt_SOURCES ${openapi_SOURCES})
|
|||
|
||||
set(jellyfin-qt_HEADERS
|
||||
# include/JellyfinQt/DTO/dto.h
|
||||
include/JellyfinQt/support/loader.h
|
||||
include/JellyfinQt/apiclient.h
|
||||
include/JellyfinQt/apimodel.h
|
||||
include/JellyfinQt/credentialmanager.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue