- Fixed week view refresh after settings are changed
[qtmeetings] / src / UserInterface / Views / SettingsView.h
index 923da77..77e37cd 100644 (file)
@@ -10,6 +10,7 @@ class QTimeEdit;
 class QRadioButton;
 class QCheckBox;
 class QSize;
+class QTime;
 
 //! User interface class. Shows the settings view and handles configuration changes.
 class SettingsView : public ViewBase
@@ -40,6 +41,8 @@ private slots:
        void handleOkClicked();
        //! Slot to handle the Cancel button pressing.
        void handleCancelClicked();
+       //! Slot to handle the day end time minimum value
+       void dayStartTimeChanged( const QTime &aTime );
 
 private:
        //! Initialize "Settings" tab.