1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-04 01:42:44 +00:00

WIP: autogenerate models based on OpenAPI

This commit is contained in:
Chris Josten 2021-02-21 05:02:05 +01:00
parent 4ed6a8a42d
commit 40d8793bd8
553 changed files with 50785 additions and 1500 deletions

View file

@ -21,21 +21,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <QtQml>
#include "DTO/dto.h"
// #include "DTO/dto.h"
#include "DTO/item.h"
#include "DTO/mediastream.h"
#include "DTO/namedguidpair.h"
#include "DTO/types.h"
#include "DTO/user.h"
#include "DTO/userdata.h"
#include "DTO/nameguidpair.h"
#include "DTO/userdto.h"
#include "DTO/useritemdatadto.h"
#include "apiclient.h"
#include "apimodel.h"
#include "serverdiscoverymodel.h"
#include "playbackmanager.h"
#include "remotedata.h"
namespace Jellyfin {
void registerTypes(const char *uri = "nl.netsoj.chris.Jellyfin");
}
#endif // JELLYFIN_H