Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyAppletClass
Method
applyAppletClass
launcher/minecraft/LaunchProfile.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void LaunchProfile::applyAppletClass(const QString& appletClass)
34
{
35
applyString(appletClass, this->m_appletClass);
36
}
37
38
void LaunchProfile::applyMainClass(const QString& mainClass)
39
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected