This commit is contained in:
fourtf
2019-09-22 16:59:51 +02:00
parent fc049d8f45
commit 2c25c8a5f5
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ Version::Version()
#ifdef CHATTERINO_NIGHTLY_VERSION_STRING
this->dateOfBuild_ =
QString(FROM_EXTERNAL_DEFINE(CHATTERINO_NIGHTLY_VERSION_STRING))
.remove('"').split(' ')[0];
.remove('"')
.split(' ')[0];
#endif
// "Full" version string, as displayed in window title