mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix right-click for DAB audio selection as mentioned on issue #853
This commit is contained in:
parent
b23b33bdc4
commit
499783708a
@ -82,7 +82,6 @@ private:
|
||||
void displayStreamIndex();
|
||||
void addProgramName(const DABDemod::MsgDABProgramName& program);
|
||||
bool handleMessage(const Message& message);
|
||||
void audioSelect();
|
||||
void leaveEvent(QEvent*);
|
||||
void enterEvent(QEvent*);
|
||||
void resetService();
|
||||
@ -90,6 +89,7 @@ private:
|
||||
QAction *createCheckableItem(QString& text, int idx, bool checked);
|
||||
|
||||
private slots:
|
||||
void audioSelect();
|
||||
void on_deltaFrequency_changed(qint64 value);
|
||||
void on_audioMute_toggled(bool checked);
|
||||
void on_volume_valueChanged(int value);
|
||||
|
Loading…
Reference in New Issue
Block a user