Skip to content

Commit

Permalink
Merge pull request #856 from srcejon/fix_dab_audio_select
Browse files Browse the repository at this point in the history
Fix right-click for DAB audio device selection as mentioned on issue #853
  • Loading branch information
f4exb committed Apr 20, 2021
2 parents b23b33b + 4997837 commit ebc33ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddab/dabdemodgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ public slots:
void displayStreamIndex();
void addProgramName(const DABDemod::MsgDABProgramName& program);
bool handleMessage(const Message& message);
void audioSelect();
void leaveEvent(QEvent*);
void enterEvent(QEvent*);
void resetService();
void resizeTable();
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);
Expand Down

0 comments on commit ebc33ec

Please sign in to comment.