Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
namespace Java {
29
30
VersionList::VersionList(Meta::Version::Ptr version, QObject* parent) : BaseVersionList(parent), m_version(version)
31
{
32
if (version->isLoaded())
33
sortVersions();
34
}
35
36
Task::Ptr VersionList::getLoadTask()
37
{
Callers
nothing calls this directly
Calls
1
isLoaded
Method · 0.45
Tested by
no test coverage detected