1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

IQ swap: fixed transverter dialog

This commit is contained in:
f4exb
2020-06-23 22:21:39 +02:00
parent 5e10105dac
commit f13783b4e5
9 changed files with 1 additions and 26 deletions
@@ -70,7 +70,6 @@ BladeRF2OutputGui::BladeRF2OutputGui(DeviceUISet *deviceUISet, QWidget* parent)
ui->gain->setMaximum(0);
ui->gain->setPageStep(1);
ui->gain->setSingleStep(1);
ui->transverter->setIQOrderEnabled(false);
connect(&m_updateTimer, SIGNAL(timeout()), this, SLOT(updateHardware()));
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));