forked from Elleo/libQtSpotify
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathQtSpotify
26 lines (23 loc) · 763 Bytes
/
QtSpotify
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef QTSPOTIFY_MODULE_H
#define QTSPOTIFY_MODULE_H
#include "qspotifyalbum.h"
#include "qspotifyalbumbrowse.h"
#include "qspotifyartist.h"
#include "qspotifyartistbrowse.h"
#include "qspotifyimageprovider.h"
#include "qspotifyobject.h"
#include "qspotifyplaylist.h"
#include "qspotifyplaylistcontainer.h"
#include "qspotifyplaylistsearchentry.h"
#include "qspotifyplayqueue.h"
#include "qspotifysearch.h"
#include "qspotifysession.h"
#include "qspotifytoplist.h"
#include "qspotifytrack.h"
#include "qspotifytracklist.h"
#include "qspotifyuser.h"
#include "listmodels/tracklistfiltermodel.h"
#include "listmodels/qspotifyartistlist.h"
#include "listmodels/qspotifyalbumlist.h"
#include "listmodels/qspotifyplaylistsearchlist.h"
#endif // QTSPOTIFY_MODULE_H