MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / pageCast

Function pageCast

launcher/ui/java/InstallJavaDialog.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165static InstallJavaPage* pageCast(BasePage* page)
166{
167 auto result = dynamic_cast<InstallJavaPage*>(page);
168 Q_ASSERT(result != nullptr);
169 return result;
170}
171namespace Java {
172QStringList getRecommendedJavaVersionsFromVersionList(Meta::VersionList::Ptr list)
173{

Callers 3

InstallDialogMethod · 0.70
validateMethod · 0.70
doneMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected