mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 19:44:12 -04:00
Deep redesign: Better support for FCD dongles #12: finalized support of FCD Pro
This commit is contained in:
@@ -45,7 +45,6 @@ private:
|
||||
private slots:
|
||||
void on_centerFrequency_changed(quint64 value);
|
||||
void on_ppm_valueChanged(int value);
|
||||
void on_checkBoxB_stateChanged(int state);
|
||||
// TOOD: defaults push button
|
||||
void on_lnaGain_currentIndexChanged(int index);
|
||||
void on_rfFilter_currentIndexChanged(int index);
|
||||
@@ -63,6 +62,7 @@ private slots:
|
||||
void on_ifFilter_currentIndexChanged(int index);
|
||||
void on_gain5_currentIndexChanged(int index);
|
||||
void on_gain6_currentIndexChanged(int index);
|
||||
void on_setDefaults_clicked(bool checked);
|
||||
void updateHardware();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user