NOISSUE finish up the obvious parts of debranding
This is not absolutely complete, but reasonably so
This commit is contained in:
parent
5b3dffce62
commit
d9b46289a1
7 changed files with 253 additions and 47 deletions
|
@ -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)";
|
||||
|
|
|
@ -13,6 +13,7 @@ public:
|
|||
QString LAUNCHER_COPYRIGHT;
|
||||
QString LAUNCHER_DOMAIN;
|
||||
QString LAUNCHER_CONFIGFILE;
|
||||
QString LAUNCHER_GIT;
|
||||
|
||||
/// The major version number.
|
||||
int VERSION_MAJOR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue