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