Use static_cast
This commit is contained in:
@@ -82,8 +82,8 @@ class InternetService : public QObject {
|
||||
|
||||
signals:
|
||||
void ExitFinished();
|
||||
void Login();
|
||||
void Logout();
|
||||
void RequestLogin();
|
||||
void RequestLogout();
|
||||
void LoginWithCredentials(QString api_token, QString username, QString password);
|
||||
void LoginWithHostname(QString hostname, int, QString username, QString password);
|
||||
void LoginSuccess();
|
||||
|
||||
Reference in New Issue
Block a user