Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
private:
63
QString m_string;
Callers
15
getPreLaunchCommand
Method · 0.45
getWrapperCommand
Method · 0.45
getPostExitCommand
Method · 0.45
getManagedPackType
Method · 0.45
getManagedPackID
Method · 0.45
getManagedPackName
Method · 0.45
getManagedPackVersionID
Method · 0.45
getManagedPackVersionName
Method · 0.45
instanceType
Method · 0.45
notes
Method · 0.45
iconKey
Method · 0.45
name
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_Parse
Method · 0.36
test_SaveLoad
Method · 0.36
operator<<
Function · 0.36