NOISSUE windows hates me

This commit is contained in:
Petr Mrázek
2015-05-04 01:28:16 +02:00
parent 1b884d0a9d
commit c10a4a54d9
4 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@ void JavaChecker::finished(int exitcode, QProcess::ExitStatus status)
result.path = m_path;
result.id = m_id;
}
result.stderr = m_stderr;
result.errorLog = m_stderr;
qDebug() << "STDOUT" << m_stdout;
qWarning() << "STDERR" << m_stderr;
qDebug() << "Java checker finished with status " << status << " exit code " << exitcode;

View File

@ -12,7 +12,7 @@ struct JavaCheckResult
QString mojangPlatform;
QString realPlatform;
QString javaVersion;
QString stderr;
QString errorLog;
bool valid = false;
bool is_64bit = false;
int id;