1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-05 10:12:46 +00:00

WIP: Code cleanup, trying to debug Q_ENUM not visible from QML

This commit is contained in:
Chris Josten 2021-03-29 14:27:37 +02:00
parent 729e343661
commit 89fef6d7f4
642 changed files with 63194 additions and 26509 deletions

View file

@ -23,13 +23,14 @@
#include <QObject>
#include <QScopedPointer>
#include "propertyhelper.h"
#include "../dto/baseitemdto.h"
#include "../dto/baseitemdtoqueryresult.h"
#include "../loader/http/getuserviews.h"
#include "../loader/requesttypes.h"
#include "../model/item.h"
#include "../apimodel.h"
#include "modelstatus.h"
#include "propertyhelper.h"
// Jellyfin Forward Read/Write Property
#define FWDPROP(type, propName, propSetName) JF_FWD_RW_PROP(type, propName, propSetName, this->m_parameters)