Still working
[qtmeetings] / src / UserInterface / Views / SettingsView.h
index 3e04eee..e565aa1 100644 (file)
@@ -36,8 +36,6 @@ public slots:
 private slots:
        //! Slot to handle the Ok button pressing.
        void handleOkClicked();
-       //! Slot to handle the cancel button pressing.
-       void cancelClicked();
 
 private:
        //! Initialize "Settings" tab.
@@ -53,8 +51,6 @@ private:
        QTabWidget *iTabWidget;
        //! OK button to dismiss the settings view with saving the settings.
        QPushButton *iOkButton;
-       //! Cancel button to dismiss the settings view without saving settings.
-       QPushButton *iCancelButton;
        //! Settings tab.
        QWidget *iSettingsTab;
        //! Week View tab.