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

Function pageCast

launcher/ui/java/InstallJavaDialog.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

InstallDialogMethod · 0.70
validateMethod · 0.70
doneMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected