summaryrefslogtreecommitdiffstats
path: root/kmix/dialogselectmaster.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-06-02 14:34:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-02 14:34:23 +0900
commit31e8d7b9730b3602acf615cd348204891290c057 (patch)
tree1e314b3b2e1fb9741b15a7ddbe7f10f96738aa04 /kmix/dialogselectmaster.h
parent729d966302ae52043aca87fdda768a65ccf0ea09 (diff)
downloadtdemultimedia-31e8d7b9730b3602acf615cd348204891290c057.tar.gz
tdemultimedia-31e8d7b9730b3602acf615cd348204891290c057.zip
KMix: fixed 'select channel' dialog cancel logic.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmix/dialogselectmaster.h')
-rw-r--r--kmix/dialogselectmaster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmix/dialogselectmaster.h b/kmix/dialogselectmaster.h
index 88ce89f4..ea26798a 100644
--- a/kmix/dialogselectmaster.h
+++ b/kmix/dialogselectmaster.h
@@ -18,8 +18,9 @@ class DialogSelectMaster : public KDialogBase
Q_OBJECT
public:
- DialogSelectMaster(Mixer *);
+ DialogSelectMaster(Mixer *mixer);
~DialogSelectMaster();
+ void show(Mixer *curr_mixer);
signals:
void newMasterSelected(bool defaultMaster, int soundcard_id, const TQString &channel_id);