From e21f80f397bb63a46ae364fa6ef8d5b64a96ffce Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 19 Mar 2022 22:00:16 +0100 Subject: rbutil: Remove use of deprecated QSignalMapper. With Qt5 we can now use lambdas instead. Change-Id: I00fe9c355d72ef9987c61c7a36a810d6eca311bc --- utils/rbutilqt/encttscfggui.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'utils/rbutilqt/encttscfggui.h') diff --git a/utils/rbutilqt/encttscfggui.h b/utils/rbutilqt/encttscfggui.h index 80af86dabc..bf9f08a384 100644 --- a/utils/rbutilqt/encttscfggui.h +++ b/utils/rbutilqt/encttscfggui.h @@ -40,16 +40,10 @@ private slots: void accept(void); //! close window and dont save configuration void reject(void); - //! updates the corresponding setting from the sending Widget - void updateSetting(); - //! updates corresponding Widget from the sending Setting. - void updateWidget(); //! shows a busy dialog. counts calls. void showBusy(); //! hides the busy dialog, counts calls void hideBusy(); - //! used via the SignalMapper for all Browse buttons - void browse(QObject*); private: //! creates all dynamic window content @@ -67,9 +61,7 @@ private: //! List of settings from the TTS or Encoder QList m_settingsList; //! Maps settings and the correspondig Widget - QMap m_settingsWidgetsMap; - //! Maps all browse buttons to the corresponding Setting - QSignalMapper m_browseBtnMap; + QMap m_settingsWidgetsMap; //! counter how often busyShow() is called, int m_busyCnt; }; -- cgit v1.2.3