29 #ifndef LYRICLOOKUP_H_ 30 #define LYRICLOOKUP_H_ 34 #include "Helper/Pimpl.h" 55 QString get_lyric_data()
const;
56 QStringList get_servers()
const;
58 void run(
const QString& artist,
const QString& title,
int server_idx);
64 QString convert_to_regex(
const QString& str)
const;
65 QString parse_webpage(
const QByteArray& raw,
const ServerTemplate& t)
const;
67 void init_server_list();
68 QString calc_server_url(QString artist, QString song);
72 void content_fetched();
The ServerTemplate struct.
Definition: LyricServer.h:32
The LyricLookupThread class.
Definition: LyricLookup.h:42