aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-17 09:24:35 +0200
committerGitHub <noreply@github.com>2023-08-17 09:24:35 +0200
commit85f36ebed7e1295547cd2324d1baf7834be89c31 (patch)
treecb1482f2724875b56780bb1083015db26143e5d4 /launcher/Application.h
parentc88088c91a92a371a9bc2b7384c2897157772b7e (diff)
parent5e2d1ffdfbb3f673c063029c9a6c55071cba160a (diff)
downloadPrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.tar.gz
PrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.tar.bz2
PrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.zip
Merge pull request #981 from Ryex/curseforge-url-handle
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/Application.h b/launcher/Application.h
index 6bc33274..7185886d 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -177,6 +177,8 @@ class Application : public QApplication {
int suitableMaxMem();
+ QUrl normalizeImportUrl(QString const& url);
+
signals:
void updateAllowedChanged(bool status);
void globalSettingsAboutToOpen();
@@ -279,7 +281,7 @@ class Application : public QApplication {
QString m_serverToJoin;
QString m_profileToUse;
bool m_liveCheck = false;
- QList<QUrl> m_zipsToImport;
+ QList<QUrl> m_urlsToImport;
QString m_instanceIdToShowWindowOf;
std::unique_ptr<QFile> logFile;
};