MCPcopy Create free account
hub / github.com/LMMS/lmms / setCompareType

Method setCompareType

include/ProjectVersion.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 int getBuild() const { return m_build; }
49 CompareType getCompareType() const { return m_compareType; }
50 ProjectVersion setCompareType(CompareType compareType) { m_compareType = compareType; return * this; }
51
52 static int compare(const ProjectVersion& a, const ProjectVersion& b, CompareType c);
53 static int compare(ProjectVersion v1, ProjectVersion v2);

Callers 2

loadDataMethod · 0.80
upgradeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected