Falkon Develop
Cross-platform Qt-based web browser
Updater::Version Struct Reference

#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
 

Detailed Description

Definition at line 36 of file updater.h.

Constructor & Destructor Documentation

◆ Version()

Updater::Version::Version ( const QString &  s)

Definition at line 30 of file updater.cpp.

Member Function Documentation

◆ operator<()

bool Updater::Version::operator< ( const Version other) const

Definition at line 63 of file updater.cpp.

◆ operator<=()

bool Updater::Version::operator<= ( const Version other) const

Definition at line 101 of file updater.cpp.

◆ operator==()

bool Updater::Version::operator== ( const Version other) const

Definition at line 86 of file updater.cpp.

◆ operator>()

bool Updater::Version::operator> ( const Version other) const

Definition at line 78 of file updater.cpp.

◆ operator>=()

bool Updater::Version::operator>= ( const Version other) const

Definition at line 93 of file updater.cpp.

◆ versionString()

QString Updater::Version::versionString ( ) const

Definition at line 109 of file updater.cpp.

Member Data Documentation

◆ isValid

bool Updater::Version::isValid

Definition at line 37 of file updater.h.

◆ majorVersion

int Updater::Version::majorVersion

Definition at line 38 of file updater.h.

◆ minorVersion

int Updater::Version::minorVersion

Definition at line 39 of file updater.h.

◆ revisionNumber

int Updater::Version::revisionNumber

Definition at line 40 of file updater.h.


The documentation for this struct was generated from the following files: