kopia lustrzana https://github.com/f4exb/sdrangel
Fix right-click for DAB audio selection as mentioned on issue #853
rodzic
b23b33bdc4
commit
499783708a
|
@ -82,7 +82,6 @@ private:
|
||||||
void displayStreamIndex();
|
void displayStreamIndex();
|
||||||
void addProgramName(const DABDemod::MsgDABProgramName& program);
|
void addProgramName(const DABDemod::MsgDABProgramName& program);
|
||||||
bool handleMessage(const Message& message);
|
bool handleMessage(const Message& message);
|
||||||
void audioSelect();
|
|
||||||
void leaveEvent(QEvent*);
|
void leaveEvent(QEvent*);
|
||||||
void enterEvent(QEvent*);
|
void enterEvent(QEvent*);
|
||||||
void resetService();
|
void resetService();
|
||||||
|
@ -90,6 +89,7 @@ private:
|
||||||
QAction *createCheckableItem(QString& text, int idx, bool checked);
|
QAction *createCheckableItem(QString& text, int idx, bool checked);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
void audioSelect();
|
||||||
void on_deltaFrequency_changed(qint64 value);
|
void on_deltaFrequency_changed(qint64 value);
|
||||||
void on_audioMute_toggled(bool checked);
|
void on_audioMute_toggled(bool checked);
|
||||||
void on_volume_valueChanged(int value);
|
void on_volume_valueChanged(int value);
|
||||||
|
|
Ładowanie…
Reference in New Issue