mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Errr... I forgot.
This commit is contained in:
parent
13b1b98f7c
commit
4f73091bb5
19 changed files with 269 additions and 382 deletions
|
|
@ -77,7 +77,7 @@ void LoginTask::processNetReply(QNetworkReply *reply)
|
|||
QString username = strings[2];
|
||||
QString sessionID = strings[3];
|
||||
|
||||
LoginResponse response(username, sessionID, latestVersion);
|
||||
LoginResponse response{username, sessionID, latestVersion};
|
||||
emit loginComplete(response);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue