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().  More... | |
| static QString | fullVersionInfoWithOs () | 
| Combines program's name, versionRevision() and operatingSystem().  More... | |
| static QString | name () | 
| static QString | operatingSystem () | 
| Name of operating system, content length and detail may vary.  More... | |
| static QString | qtPackageVersion () | 
| static QString | revision () | 
| static unsigned long long | revisionNumber () | 
| static QString | userAgent () | 
| WWW User Agent used for HTTP communications.  More... | |
| static QString | version () | 
| static QString | versionRevision () | 
| Combines version and revision strings.  More... | |
| static QString | yearSpan () | 
Provides interface for plugins and for Doomseeker itself to obtain version information on the program.
      
  | 
  static | 
Returns Mercurial changeset or an empty string if not available.
Definition at line 26 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 36 of file version.cpp.
      
  | 
  static | 
WWW User Agent used for HTTP communications.
Definition at line 64 of file version.cpp.
      
  | 
  static | 
Combines version and revision strings.
If revision is not available only version is returned.
Definition at line 74 of file version.cpp.