|
LMMS
|
#include <QString>#include <QStringList>#include <limits>Go to the source code of this file.
Classes | |
| class | lmms::ProjectVersion |
| Version number parsing and comparison. More... | |
Namespaces | |
| namespace | lmms |
Functions | |
| bool | lmms::operator< (const ProjectVersion &v1, const ProjectVersion &v2) |
| bool | lmms::operator> (const ProjectVersion &v1, const ProjectVersion &v2) |
| bool | lmms::operator<= (const ProjectVersion &v1, const ProjectVersion &v2) |
| bool | lmms::operator>= (const ProjectVersion &v1, const ProjectVersion &v2) |
| bool | lmms::operator== (const ProjectVersion &v1, const ProjectVersion &v2) |
| bool | lmms::operator!= (const ProjectVersion &v1, const ProjectVersion &v2) |