aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-01-16 10:04:09 +0100
committerGitHub <noreply@github.com>2023-01-16 10:04:09 +0100
commit1a35fec1341323950eb5cb4ee1d2791b2241db67 (patch)
treed435ef97651840f92f7b382121064a79ab816450 /launcher/Application.h
parentf1247d2224e2ca81076d52fe53f0ddb0382713fd (diff)
parentf7b0ba88da5895a48e9d5f1adda223a8fb0f4c32 (diff)
downloadPrismLauncher-1a35fec1341323950eb5cb4ee1d2791b2241db67.tar.gz
PrismLauncher-1a35fec1341323950eb5cb4ee1d2791b2241db67.tar.bz2
PrismLauncher-1a35fec1341323950eb5cb4ee1d2791b2241db67.zip
Merge pull request #696 from Ryex/import-all-the-things
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/581 Fixes https://github.com/PrismLauncher/PrismLauncher/issues/700
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.h b/launcher/Application.h
index a7938629..4991f4cc 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -305,7 +305,7 @@ public:
QString m_serverToJoin;
QString m_profileToUse;
bool m_liveCheck = false;
- QUrl m_zipToImport;
+ QList<QUrl> m_zipsToImport;
QString m_instanceIdToShowWindowOf;
std::unique_ptr<QFile> logFile;
};