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:
parent
729e343661
commit
89fef6d7f4
642 changed files with 63194 additions and 26509 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue