mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
Add QIcon to accountList.cpp
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
27ea967fc8
commit
4fd270877b
1 changed files with 2 additions and 2 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QIODevice>
|
||||
#include <QIcon>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
|
|
@ -664,8 +665,7 @@ void AccountList::tryNext()
|
|||
connect(m_currentTask.get(), &Task::succeeded, this, &AccountList::authSucceeded);
|
||||
connect(m_currentTask.get(), &Task::failed, this, &AccountList::authFailed);
|
||||
m_currentTask->start();
|
||||
qDebug() << "RefreshSchedule: Processing account" << account->accountDisplayString() << "with internal ID"
|
||||
<< accountId;
|
||||
qDebug() << "RefreshSchedule: Processing account" << account->accountDisplayString() << "with internal ID" << accountId;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue