| 46 | } |
| 47 | |
| 48 | void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result) |
| 49 | { |
| 50 | QString text; |
| 51 | text += QObject::tr( |
| 52 | "The specified java binary didn't work.<br />You should use the auto-detect feature, " |
| 53 | "or set the path to the java executable.<br />"); |
| 54 | CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show(); |
| 55 | } |
| 56 | |
| 57 | void JavaCommon::TestCheck::run() |
| 58 | { |
nothing calls this directly
no test coverage detected