1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-01 08:52:45 +00:00

Move QObject-wrapping code into templates

Previously, this pattern was copy-pasted in a few places. This is
undesirable, so the code has been moved into templates.

Fixes #30
This commit is contained in:
Chris Josten 2022-08-24 17:00:14 +02:00
parent 0fafb19c7d
commit b8933ddca4
5 changed files with 87 additions and 17 deletions

View file

@ -68,6 +68,7 @@ set(JellyfinQt_HEADERS
include/JellyfinQt/viewmodel/userdata.h
include/JellyfinQt/viewmodel/usermodel.h
include/JellyfinQt/viewmodel/user.h
include/JellyfinQt/viewmodel/utils.h
include/JellyfinQt/apiclient.h
include/JellyfinQt/apimodel.h
include/JellyfinQt/credentialmanager.h