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

Method getPages

launcher/ui/java/InstallJavaDialog.cpp:275–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275QList<BasePage*> InstallDialog::getPages()
276{
277 return {
278 // Mojang
279 new InstallJavaPage("net.minecraft.java", "mojang", tr("Mojang")),
280 // Adoptium
281 new InstallJavaPage("net.adoptium.java", "adoptium", tr("Adoptium")),
282 // Azul
283 new InstallJavaPage("com.azul.java", "azul", tr("Azul Zulu")),
284 };
285}
286
287QString InstallDialog::dialogTitle()
288{

Callers 2

InstallDialogMethod · 0.45
PageContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected