1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Fixed -Wreorder warnings

This commit is contained in:
f4exb
2020-11-14 05:51:19 +01:00
parent 6519bfc05f
commit f668863aed
31 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -60,9 +60,9 @@ XTRXMIMOGUI::XTRXMIMOGUI(DeviceUISet *deviceUISet, QWidget* parent) :
m_txDeviceCenterFrequency(435000*1000),
m_lastRxEngineState(DeviceAPI::StNotStarted),
m_lastTxEngineState(DeviceAPI::StNotStarted),
m_sampleRateMode(true),
m_statusCounter(0),
m_deviceStatusCounter(0)
m_deviceStatusCounter(0),
m_sampleRateMode(true)
{
qDebug("XTRXMIMOGUI::XTRXMIMOGUI");
ui->setupUi(this);