X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FEngine.h;h=5f99630bb24ad2525d8d7b05502cc6408fd0f205;hb=c084f87d1751151c7f9e913776796a40c5cd5cb9;hp=457d6ba1a246da98cf2f3cb2ef7ef0470e837e94;hpb=1148d4487882be86017d0210a61d3d1b60d86676;p=qtmeetings diff --git a/src/BusinessLogic/Engine.h b/src/BusinessLogic/Engine.h index 457d6ba..5f99630 100644 --- a/src/BusinessLogic/Engine.h +++ b/src/BusinessLogic/Engine.h @@ -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.