1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 15:04:38 -04:00

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
+1 -1
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)