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

Method hasVersionBroken

launcher/BaseInstance.h:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 virtual QString typeName() const = 0;
179
180 bool hasVersionBroken() const
181 {
182 return m_hasBrokenVersion;
183 }
184 void setVersionBroken(bool value)
185 {
186 if(m_hasBrokenVersion != value)

Callers 1

drawBadgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected