NOISSUE Add --server argument for --launch

This commit is contained in:
Janrupf
2021-05-23 14:42:20 +02:00
parent 58ab005f7e
commit 52c1150522
2 changed files with 65 additions and 3 deletions

View File

@@ -228,6 +228,7 @@ private:
SetupWizard * m_setupWizard = nullptr;
public:
QString m_instanceIdToLaunch;
QString m_serverToJoin;
bool m_liveCheck = false;
QUrl m_zipToImport;
std::unique_ptr<QFile> logFile;