Build revision in crash report.
--HG-- branch : develop
This commit is contained in:
parent
0d6a53f5d2
commit
f3fceaea64
|
@ -2316,6 +2316,7 @@ void VApplication::SendReport(const QString &reportName) const
|
|||
// Additional information
|
||||
content.append(QString("-------------------------------")+"\r\n");
|
||||
content.append(QString("Version:%1").arg(APP_VERSION)+"\r\n");
|
||||
content.append(QString("Build revision:%1").arg(BUILD_REVISION)+"\r\n");
|
||||
content.append(QString("Based on Qt %2 (32 bit)").arg(QT_VERSION_STR)+"\r\n");
|
||||
content.append(QString("Built on %3 at %4").arg(__DATE__).arg(__TIME__)+"\r\n");
|
||||
content.append("\r\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user