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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user