![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <updater.h>
Public Member Functions | |
Version (const QString &s) | |
bool | operator< (const Version &other) const |
bool | operator> (const Version &other) const |
bool | operator== (const Version &other) const |
bool | operator>= (const Version &other) const |
bool | operator<= (const Version &other) const |
QString | versionString () const |
Public Attributes | |
bool | isValid |
int | majorVersion |
int | minorVersion |
int | revisionNumber |
Updater::Version::Version | ( | const QString & | s | ) |
Definition at line 30 of file updater.cpp.
bool Updater::Version::operator< | ( | const Version & | other | ) | const |
Definition at line 63 of file updater.cpp.
bool Updater::Version::operator<= | ( | const Version & | other | ) | const |
Definition at line 101 of file updater.cpp.
bool Updater::Version::operator== | ( | const Version & | other | ) | const |
Definition at line 86 of file updater.cpp.
bool Updater::Version::operator> | ( | const Version & | other | ) | const |
Definition at line 78 of file updater.cpp.
bool Updater::Version::operator>= | ( | const Version & | other | ) | const |
Definition at line 93 of file updater.cpp.
QString Updater::Version::versionString | ( | ) | const |
Definition at line 109 of file updater.cpp.