Move assets migration to a task. Needs threading.

This commit is contained in:
Sky
2014-01-01 14:56:26 +00:00
parent f2e8a8c904
commit 821fb5e0ae
8 changed files with 193 additions and 81 deletions

View File

@ -51,6 +51,7 @@ public:
void openWebPage(QUrl url);
void checkSetDefaultJava();
void checkMigrateLegacyAssets();
private
slots: