aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorHibi <69405847+Hibiii@users.noreply.github.com>2022-10-21 15:40:28 -0300
committerHibi <69405847+Hibiii@users.noreply.github.com>2022-10-21 15:40:28 -0300
commit1288b926153c86b7966727e60de4af8e7dcb4031 (patch)
tree5676cea32977b8cb160222c6e8a11ceb612635c3 /launcher/Application.h
parent819296cc9c31f539af70c8760ff43f8a397ae783 (diff)
downloadPrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.tar.gz
PrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.tar.bz2
PrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.zip
Add argument to show instance window
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h
index 34ad8c15..c453cc28 100644
--- a/launcher/Application.h
+++ b/launcher/Application.h
@@ -301,6 +301,7 @@ public:
QString m_profileToUse;
bool m_liveCheck = false;
QUrl m_zipToImport;
+ QString m_instanceIdToShowWindowOf;
std::unique_ptr<QFile> logFile;
};