21 #ifndef LFMLOGINTHREAD_H 22 #define LFMLOGINTHREAD_H 25 #include "Helper/globals.h" 50 void sig_token_received(
const QString& token);
51 void sig_error(
const QString& error);
52 void sig_logged_in(
bool success);
58 void login(
const QString& username,
const QString& password);
63 void wa_response(
const QByteArray& data);
64 void wa_error(
const QString& response);
70 #endif // LFMLOGINTHREAD_H Definition: LFMLoginThread.h:44
Definition: LFMLoginThread.h:28