|
DBLSQD Qt SDK
|
SemVer encapsulates a version according to Semantic Versioning 2.0. More...
Public Member Functions | |
| SemVer (QString version) | |
| Constructs a new SemVer object from a string. | |
| bool | operator< (const SemVer &other) |
| Compares two SemVer objects. More... | |
| bool | isValid () const |
| Returns true if this version is valid according to the SemVer specification. Otherwise returns false. | |
| QString | toString () |
SemVer encapsulates a version according to Semantic Versioning 2.0.
| bool dblsqd::SemVer::operator< | ( | const SemVer & | other | ) |
1.8.13