diff options
Diffstat (limited to 'utils/rbutilqt/encttscfggui.h')
-rw-r--r-- | utils/rbutilqt/encttscfggui.h | 10 |
1 files changed, 1 insertions, 9 deletions
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<EncTtsSetting*> m_settingsList; //! Maps settings and the correspondig Widget - QMap<EncTtsSetting*,QWidget*> m_settingsWidgetsMap; - //! Maps all browse buttons to the corresponding Setting - QSignalMapper m_browseBtnMap; + QMap<EncTtsSetting*, QWidget*> m_settingsWidgetsMap; //! counter how often busyShow() is called, int m_busyCnt; }; |