25 #ifndef SOMAFMLIBRARY_H 26 #define SOMAFMLIBRARY_H 29 #include <QStringList> 35 #include "SomaFMStation.h" 52 void create_playlist_from_station(
int idx);
53 void create_playlist_from_playlist(
int idx);
54 void search_stations();
55 void set_station_loved(
const QString& station_name,
bool loved);
59 void soma_website_fetched(
bool success);
60 void soma_playlist_content_fetched(
bool success);
61 void soma_station_playlists_fetched(
bool success);
66 QString _requested_station;
67 QSettings* _qsettings=
nullptr;
74 #endif // SOMAFMLIBRARY_H Definition: SomaFMStation.h:31
Definition: SomaFMLibrary.h:37