summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-09-30 00:11:00 +0200
committerPetr Mrázek <peterix@gmail.com>2015-09-30 00:11:00 +0200
commite2fd299fc588962b19b91d3e11f7bf274080de84 (patch)
treeec3ac3be97edfc42976847ceb50fd8adf4cf1fd2 /application/MultiMC.h
parente993b1152df6ba7ca343e66263f2860e4c4ecee6 (diff)
downloadMultiMC-e2fd299fc588962b19b91d3e11f7bf274080de84.tar
MultiMC-e2fd299fc588962b19b91d3e11f7bf274080de84.tar.gz
MultiMC-e2fd299fc588962b19b91d3e11f7bf274080de84.tar.lz
MultiMC-e2fd299fc588962b19b91d3e11f7bf274080de84.tar.xz
MultiMC-e2fd299fc588962b19b91d3e11f7bf274080de84.zip
GH-253 implement launching instances from command line
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h1
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;
};