Enabled the error sending from Operation Mode changing. And corrected some possible...
[qtmeetings] / src / BusinessLogic / Engine.h
index 457d6ba..5f99630 100644 (file)
@@ -120,11 +120,16 @@ private slots:
         * \param aPasswordStatus The status of the password.
         */
        void passwordEntered( PasswordDialog::PasswordStatus aPasswordStatus );
+       //! Slot for receiving the failure event of operation mode changing.
+       /*!
+        * Slot. Receives the failure event of operation mode changing.
+        */
+       void changeModeFailed();
        //! Slot for receiving the cancel event of the progress bar.
        /*!
-        * Slot. Receives the cancel event of the progress bar.
+        *  Receives the cancel event of the progress bar when meeting details requested.
         */
-       void progressBarCancelled();
+       void fetchMeetingDetailsCancelled();
        
 private:
        //! Provides the index of the Meeting instance which is at the specified time.