mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-21 15:18:43 -04:00
Bumped version to 2.2.2
This commit is contained in:
@@ -450,7 +450,7 @@ void MainWindow::savePresetSettings(Preset* preset, int tabIndex)
|
||||
void MainWindow::createStatusBar()
|
||||
{
|
||||
QString qtVersionStr = QString("Qt %1 ").arg(QT_VERSION_STR);
|
||||
m_showSystemWidget = new QLabel("SDRangel v2.2.1 " + qtVersionStr + QSysInfo::prettyProductName(), this);
|
||||
m_showSystemWidget = new QLabel("SDRangel v2.2.2 " + qtVersionStr + QSysInfo::prettyProductName(), this);
|
||||
statusBar()->addPermanentWidget(m_showSystemWidget);
|
||||
|
||||
m_dateTimeWidget = new QLabel(tr("Date"), this);
|
||||
|
||||
Reference in New Issue
Block a user