| 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; } |
no outgoing calls
no test coverage detected