aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
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 ced0af17..83bfa9ef 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -211,6 +211,8 @@ public:
int suitableMaxMem();
+ void addImportUrl(QString const& url);
+
signals:
void updateAllowedChanged(bool status);
void globalSettingsAboutToOpen();
@@ -314,7 +316,7 @@ public:
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;
};