| 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); |