MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / major

Method major

launcher/java/JavaVersion.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 QString toString() const;
32
33 int major() const { return m_major; }
34 int minor() const { return m_minor; }
35 int security() const { return m_security; }
36 QString build() const { return m_prerelease; }

Callers 3

executeTaskMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected