Return a properly sorted list of checked javas
This commit is contained in:
parent
012b007e56
commit
5fe0ed7e8f
4 changed files with 11 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue