diff options
author | Michele Calgaro <[email protected]> | 2020-06-02 14:34:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-02 14:34:23 +0900 |
commit | 31e8d7b9730b3602acf615cd348204891290c057 (patch) | |
tree | 1e314b3b2e1fb9741b15a7ddbe7f10f96738aa04 /kmix/dialogselectmaster.h | |
parent | 729d966302ae52043aca87fdda768a65ccf0ea09 (diff) | |
download | tdemultimedia-31e8d7b9730b3602acf615cd348204891290c057.tar.gz tdemultimedia-31e8d7b9730b3602acf615cd348204891290c057.zip |
KMix: fixed 'select channel' dialog cancel logic.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmix/dialogselectmaster.h')
-rw-r--r-- | kmix/dialogselectmaster.h | 3 |
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); |