Provides interface for plugins and for Doomseeker itself to obtain version information on the program. More...
#include <version.h>
Static Public Member Functions | |
| static QString | changeset () |
| static QString | fullVersionInfo () |
| Combines program's name and versionRevision(). | |
| static QString | fullVersionInfoWithOs () |
| Combines program's name, versionRevision() and operatingSystem(). | |
| static QString | name () |
| static QString | operatingSystem () |
| Name of operating system, content length and detail may vary. | |
| static QString | qtPackageVersion () |
| static QString | revision () |
| static unsigned long long | revisionNumber () |
| static QString | userAgent () |
| WWW User Agent used for HTTP communications. | |
| static QString | version () |
| static QString | versionRevision () |
| Combines version and revision strings. | |
| static QString | yearSpan () |
Provides interface for plugins and for Doomseeker itself to obtain version information on the program.
|
static |
Returns Git changeset or an empty string if not available.
Definition at line 28 of file version.cpp.
|
inlinestatic |
Combines program's name and versionRevision().
|
inlinestatic |
Combines program's name, versionRevision() and operatingSystem().
|
static |
Name of operating system, content length and detail may vary.
Definition at line 38 of file version.cpp.
|
static |
WWW User Agent used for HTTP communications.
Definition at line 66 of file version.cpp.
|
static |
Combines version and revision strings.
If revision is not available only version is returned.
Definition at line 76 of file version.cpp.