| 57 | } |
| 58 | |
| 59 | void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result) |
| 60 | { |
| 61 | QString text; |
| 62 | text += QObject::tr( |
| 63 | "The specified java binary didn't work.<br />You should use the auto-detect feature, " |
| 64 | "or set the path to the java executable.<br />"); |
| 65 | CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show(); |
| 66 | } |
| 67 | |
| 68 | void JavaCommon::TestCheck::run() |
| 69 | { |
nothing calls this directly
no test coverage detected