MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / operator>

Method operator>

launcher/BaseVersion.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 virtual QString typeString() const = 0;
46 virtual bool operator<(BaseVersion& a) { return name() < a.name(); }
47 virtual bool operator>(BaseVersion& a) { return name() > a.name(); }
48};
49
50Q_DECLARE_METATYPE(BaseVersion::Ptr)

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected