NOISSUE finish up the obvious parts of debranding

This is not absolutely complete, but reasonably so
This commit is contained in:
Petr Mrázek 2021-10-20 23:06:21 +02:00
parent 5b3dffce62
commit d9b46289a1
7 changed files with 253 additions and 47 deletions

View file

@ -11,6 +11,7 @@ Config::Config()
LAUNCHER_COPYRIGHT = "@Launcher_Copyright@";
LAUNCHER_DOMAIN = "@Launcher_Domain@";
LAUNCHER_CONFIGFILE = "@Launcher_ConfigFile@";
LAUNCHER_GIT = "@Launcher_Git@";
USER_AGENT = "@Launcher_UserAgent@";
USER_AGENT_UNCACHED = USER_AGENT + " (Uncached)";

View file

@ -13,6 +13,7 @@ public:
QString LAUNCHER_COPYRIGHT;
QString LAUNCHER_DOMAIN;
QString LAUNCHER_CONFIGFILE;
QString LAUNCHER_GIT;
/// The major version number.
int VERSION_MAJOR;