mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Logging: removed v prefix on SDRangel version
This commit is contained in:
parent
1f4cdd1f3c
commit
2bb579fb4b
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user