NOISSUE windows hates me
This commit is contained in:
parent
1b884d0a9d
commit
c10a4a54d9
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue