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

Method toString

launcher/Version.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 bool operator!=(const Version &other) const;
56
57 QString toString() const
58 {
59 return m_string;
60 }
61
62private:
63 QString m_string;

Callers 15

getPreLaunchCommandMethod · 0.45
getWrapperCommandMethod · 0.45
getPostExitCommandMethod · 0.45
getManagedPackTypeMethod · 0.45
getManagedPackIDMethod · 0.45
getManagedPackNameMethod · 0.45
instanceTypeMethod · 0.45
notesMethod · 0.45
iconKeyMethod · 0.45
nameMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_ParseMethod · 0.36
test_SaveLoadMethod · 0.36
operator<<Function · 0.36