diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-03-24 22:40:49 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-03-24 22:40:49 +0100 |
commit | 2eb3ec39bfd13e4bcc29655ea41326b4462d938d (patch) | |
tree | fadd606932adfdb58f3e3cffd803199a44537541 /BuildConfig.h | |
parent | a27c341781567ed361b5a5706540da690ff772d6 (diff) | |
download | MultiMC-2eb3ec39bfd13e4bcc29655ea41326b4462d938d.tar MultiMC-2eb3ec39bfd13e4bcc29655ea41326b4462d938d.tar.gz MultiMC-2eb3ec39bfd13e4bcc29655ea41326b4462d938d.tar.lz MultiMC-2eb3ec39bfd13e4bcc29655ea41326b4462d938d.tar.xz MultiMC-2eb3ec39bfd13e4bcc29655ea41326b4462d938d.zip |
NOISSUE tweak version display in the application to reflect recent changes
Diffstat (limited to 'BuildConfig.h')
-rw-r--r-- | BuildConfig.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/BuildConfig.h b/BuildConfig.h index baf2ad6d..60aefeb4 100644 --- a/BuildConfig.h +++ b/BuildConfig.h @@ -16,24 +16,6 @@ public: int VERSION_HOTFIX; /// The build number. int VERSION_BUILD; - /// The build type, as specified at build time. - QString VERSION_TYPE; - - /// The build type, transformed. - enum Type - { - /// Version type for stable release builds. - Release, - - /// Version type for release candidates. - ReleaseCandidate, - - /// Version type for development builds. - Development, - - /// Version type for custom builds. This is the default when no version type is specified. - Custom - } versionTypeEnum; /** * The version channel @@ -76,11 +58,6 @@ public: * \return The version number in string format (major.minor.revision.build). */ QString printableVersionString() const; - - /** - * returns a string representation of the version channel type, suitable for printing. - */ - QString versionTypeName() const; }; extern Config BuildConfig; |