GH-253 implement launching instances from command line

This commit is contained in:
Petr Mrázek
2015-09-30 00:11:00 +02:00
parent e993b1152d
commit e2fd299fc5
4 changed files with 40 additions and 16 deletions

View File

@ -180,5 +180,6 @@ private:
Status m_status = MultiMC::Failed;
public:
QString launchId;
std::shared_ptr<QFile> logFile;
};