NOISSUE fix builds, make account refresh queue user friendly

This commit is contained in:
Petr Mrázek
2021-12-04 02:10:14 +01:00
parent db6431d9e0
commit d37003b1de
3 changed files with 23 additions and 8 deletions

View File

@ -67,7 +67,10 @@ public:
MinecraftAccountPtr getAccountByProfileName(const QString &profileName) const;
QStringList profileNames() const;
// requesting a refresh pushes it to the front of the queue
void requestRefresh(QString accountId);
// queuing a refresh will let it go to the back of the queue (unless it's somewhere inside the queue already)
void queueRefresh(QString accountId);
/*!
* Sets the path to load/save the list file from/to.