mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-23 01:35:18 +00:00
17 lines
283 B
C
17 lines
283 B
C
|
#ifndef JELLYFIN_H
|
||
|
#define JELLYFIN_H
|
||
|
|
||
|
#include <QtQml>
|
||
|
|
||
|
#include "jellyfinapiclient.h"
|
||
|
#include "jellyfinapimodel.h"
|
||
|
#include "jellyfinitem.h"
|
||
|
#include "serverdiscoverymodel.h"
|
||
|
#include "jellyfinplaybackmanager.h"
|
||
|
|
||
|
namespace Jellyfin {
|
||
|
void registerTypes();
|
||
|
}
|
||
|
|
||
|
#endif // JELLYFIN_H
|