MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / javaBinaryWasBad

Method javaBinaryWasBad

launcher/JavaCommon.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void JavaCommon::javaBinaryWasBad(QWidget* parent, const JavaChecker::Result& result)
93{
94 QString text;
95 text += QObject::tr(
96 "The specified Java binary didn't work.<br />You should use the auto-detect feature, "
97 "or set the path to the Java executable.<br />");
98 CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
99}
100
101void JavaCommon::javaCheckNotFound(QWidget* parent)
102{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected