MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setName

Method setName

launcher/meta/VersionList.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void VersionList::setName(const QString &name)
151{
152 m_name = name;
153 emit nameChanged(name);
154}
155
156void VersionList::setVersions(const QVector<VersionPtr> &versions)
157{

Callers 10

setLookupAddressMethod · 0.45
installMethod · 0.45
installMethod · 0.45
runMethod · 0.45
createInstanceMethod · 0.45
installMethod · 0.45
createInstanceMethod · 0.45
parseIndexInternalFunction · 0.45
parseVersionListInternalFunction · 0.45
createInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected