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

Method javaCheckNotFound

launcher/JavaCommon.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void JavaCommon::javaCheckNotFound(QWidget* parent)
102{
103 QString text;
104 text += QObject::tr("Java checker library could not be found. Please check your installation.");
105 CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
106}
107
108void JavaCommon::TestCheck::run()
109{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected