From e2fd299fc588962b19b91d3e11f7bf274080de84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 30 Sep 2015 00:11:00 +0200 Subject: GH-253 implement launching instances from command line --- application/MultiMC.h | 1 + 1 file changed, 1 insertion(+) (limited to 'application/MultiMC.h') 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 logFile; }; -- cgit v1.2.3