mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +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
core/src/support/loader.cpp
Normal file
6
core/src/support/loader.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <JellyfinQt/support/loader.h>
|
||||
|
||||
Loader::Loader()
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue