diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-09-30 00:11:00 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-30 00:11:00 +0200 |
commit | e2fd299fc588962b19b91d3e11f7bf274080de84 (patch) | |
tree | ec3ac3be97edfc42976847ceb50fd8adf4cf1fd2 /application/MultiMC.h | |
parent | e993b1152df6ba7ca343e66263f2860e4c4ecee6 (diff) | |
download | PrismLauncher-e2fd299fc588962b19b91d3e11f7bf274080de84.tar.gz PrismLauncher-e2fd299fc588962b19b91d3e11f7bf274080de84.tar.bz2 PrismLauncher-e2fd299fc588962b19b91d3e11f7bf274080de84.zip |
GH-253 implement launching instances from command line
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r-- | application/MultiMC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h index c1df1bb7..f32772ef 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -180,5 +180,6 @@ private: Status m_status = MultiMC::Failed; public: + QString launchId; std::shared_ptr<QFile> logFile; }; |