Return a properly sorted list of checked javas
This commit is contained in:
@@ -47,6 +47,7 @@ void JavaChecker::finished(int exitcode, QProcess::ExitStatus status)
|
||||
JavaCheckResult result;
|
||||
{
|
||||
result.path = path;
|
||||
result.id = id;
|
||||
}
|
||||
|
||||
if (status == QProcess::CrashExit || exitcode == 1)
|
||||
@@ -104,6 +105,7 @@ void JavaChecker::error(QProcess::ProcessError err)
|
||||
JavaCheckResult result;
|
||||
{
|
||||
result.path = path;
|
||||
result.id = id;
|
||||
}
|
||||
|
||||
emit checkFinished(result);
|
||||
|
Reference in New Issue
Block a user