1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

HackRF output plugin: compiles

This commit is contained in:
f4exb
2017-01-08 04:13:20 +01:00
parent 1a8d96d874
commit 85ed39c767
18 changed files with 2094 additions and 10 deletions
+2 -2
View File
@@ -454,9 +454,9 @@ void MainWindow::createStatusBar()
{
QString qtVersionStr = QString("Qt %1 ").arg(QT_VERSION_STR);
#if QT_VERSION >= 0x050400
m_showSystemWidget = new QLabel("SDRangel v3.0.1 " + qtVersionStr + QSysInfo::prettyProductName(), this);
m_showSystemWidget = new QLabel("SDRangel v3.1.0 " + qtVersionStr + QSysInfo::prettyProductName(), this);
#else
m_showSystemWidget = new QLabel("SDRangel v3.0.1 " + qtVersionStr, this);
m_showSystemWidget = new QLabel("SDRangel v3.1.0 " + qtVersionStr, this);
#endif
statusBar()->addPermanentWidget(m_showSystemWidget);