Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into import_zip

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-08-17 15:29:11 +03:00
commit 42b06674bb
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
18 changed files with 277 additions and 53 deletions

View file

@ -88,4 +88,5 @@ class InstanceImportTask : public InstanceTask {
// FIXME: nuke
QWidget* m_parent;
void downloadFromUrl();
};