MCPcopy Create free account
hub / github.com/MultiMC/Launcher / get

Method get

launcher/settings/OverrideSetting.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QVariant OverrideSetting::get() const
38{
39 if(isOverriding())
40 {
41 return Setting::get();
42 }
43 return m_other->get();
44}
45
46void OverrideSetting::reset()
47{

Callers 2

isOverridingMethod · 0.45
defValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected