remove unneccessary Capacity view, add Commit tag on version
This commit is contained in:
parent
afeab6120d
commit
c34d3331fb
17 changed files with 56 additions and 52 deletions
|
|
@ -37,6 +37,11 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
|||
buildType.replace("_", " ");
|
||||
QString projectBuild = AppEnv::getBuildDateTime();
|
||||
QString buildStr = GTA5SYNC_BUILDSTRING;
|
||||
#ifndef GTA5SYNC_BUILDTYPE_REL
|
||||
#ifdef GTA5SYNC_COMMIT
|
||||
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Translator Comments
|
||||
//: Translated by translator, example Translated by Syping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue