mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
ThreadTask for all your ThreadNeeds
Use only when absolutely required.
This commit is contained in:
parent
cf7335186d
commit
0e78d34d4c
5 changed files with 85 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <QJsonObject>
|
||||
#include <QJsonDocument>
|
||||
#include <QDirIterator>
|
||||
#include <QCryptographicHash>
|
||||
#include "gui/dialogs/CustomMessageBox.h"
|
||||
#include <QDesktopServices>
|
||||
|
||||
|
|
@ -139,3 +140,4 @@ void AssetsMigrateTask::executeTask()
|
|||
emitSucceeded();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue