MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / javaCheckNotFound

Method javaCheckNotFound

launcher/JavaCommon.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected