Logging: removed v prefix on SDRangel version

This commit is contained in:
f4exb 2018-01-07 03:22:38 +01:00
parent 1f4cdd1f3c
commit 2bb579fb4b
2 changed files with 2 additions and 2 deletions

View File

@ -1737,7 +1737,7 @@ void MainWindow::setLoggingOptions()
.arg(QSysInfo::currentCpuArchitecture())
.arg(QSysInfo::prettyProductName()));
#else
QString appInfoStr(tr("%1 v%2 Qt %3 %4b")
QString appInfoStr(tr("%1 %2 Qt %3 %4b")
.arg(qApp->applicationName())
.arg(qApp->applicationVersion())
.arg(QT_VERSION_STR)

View File

@ -229,7 +229,7 @@ void MainCore::setLoggingOptions()
.arg(QSysInfo::currentCpuArchitecture())
.arg(QSysInfo::prettyProductName()));
#else
QString appInfoStr(tr("%1 v%2 Qt %3 %4b")
QString appInfoStr(tr("%1 %2 Qt %3 %4b")
.arg(qApp->applicationName())
.arg(qApp->applicationVersion())
.arg(QT_VERSION_STR)