GH-1586 Windows: attach to the parent process console if there is any, so command line output gets printed there

This commit is contained in:
Petr Mrázek
2016-06-09 01:58:50 +02:00
parent 54e5a98da0
commit e07456f4bf
2 changed files with 43 additions and 0 deletions

View File

@@ -176,6 +176,8 @@ private:
QString rootPath;
Status m_status = MultiMC::Failed;
bool consoleAttached = false;
public:
QString launchId;
std::shared_ptr<QFile> logFile;