MCPcopy 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
33void LaunchProfile::applyAppletClass(const QString& appletClass)
34{
35 applyString(appletClass, this->m_appletClass);
36}
37
38void LaunchProfile::applyMainClass(const QString& mainClass)
39{

Callers 1

applyToMethod · 0.80

Calls 1

applyStringFunction · 0.85

Tested by

no test coverage detected