21#ifndef SAYONARA_LASTFM_LOGIN_THREAD_H
22#define SAYONARA_LASTFM_LOGIN_THREAD_H
25#include "Utils/globals.h"
26#include "Utils/Pimpl.h"
34 bool loggedIn {
false};
35 bool subscriber {
false};
46 void sigError(
const QString& error);
47 void sigLoggedIn(
bool success);
53 void login(
const QString& username,
const QString& password);
58 void webaccessResponseReceived(
const QByteArray& data);
59 void webaccessErrorReceived(
const QString& response);
Definition: LFMLoginThread.h:41
Definition: LFMLoginThread.h:31