29 #ifndef LYRICLOOKUP_H_ 30 #define LYRICLOOKUP_H_ 34 #include "Utils/Pimpl.h" 56 QString lyric_data()
const;
57 QString lyric_header()
const;
58 QStringList servers()
const;
60 void run(
const QString& artist,
const QString& title,
int server_idx);
63 bool has_error()
const;
68 void init_server_list();
69 void init_custom_servers();
71 void add_server(
Server* server);
72 void start_search(
const QString& url);
73 void call_website(
const QString& url);
77 void content_fetched();
78 void search_finished();
The ServerTemplate struct.
Definition: LyricServer.h:38
The LyricLookupThread class.
Definition: LyricLookup.h:44