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

Method VersionList

launcher/ui/java/VersionList.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace Java {
29
30VersionList::VersionList(Meta::Version::Ptr version, QObject* parent) : BaseVersionList(parent), m_version(version)
31{
32 if (version->isLoaded())
33 sortVersions();
34}
35
36Task::Ptr VersionList::getLoadTask()
37{

Callers

nothing calls this directly

Calls 1

isLoadedMethod · 0.45

Tested by

no test coverage detected