Add java checker to the instance settings

This commit is contained in:
Petr Mrázek
2013-11-25 01:14:30 +01:00
parent 088b039cf7
commit d6b09f7c13
6 changed files with 115 additions and 33 deletions

View File

@ -84,6 +84,5 @@ void JavaChecker::timeout()
{
process->kill();
process.reset();
emit checkFinished({});
}
}