X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FEngine.h;h=457d6ba1a246da98cf2f3cb2ef7ef0470e837e94;hb=1148d4487882be86017d0210a61d3d1b60d86676;hp=bec1f3be083f1849419d1c634e2cb5186a2e5c63;hpb=a4efac92adf76a72d0bacc30eb99b79d148588d6;p=qtmeetings diff --git a/src/BusinessLogic/Engine.h b/src/BusinessLogic/Engine.h index bec1f3b..457d6ba 100644 --- a/src/BusinessLogic/Engine.h +++ b/src/BusinessLogic/Engine.h @@ -113,6 +113,19 @@ private slots: * \param aMeeting The meeting. */ void fetchMeetingDetails( Meeting *aMeeting ); + //! Slot for receiving the status of the entered password + /*! + * Slot. Receives the status of the entered password and makes the DeviceManager to change the + * operation mode if the password is correct. + * \param aPasswordStatus The status of the password. + */ + void passwordEntered( PasswordDialog::PasswordStatus aPasswordStatus ); + //! Slot for receiving the cancel event of the progress bar. + /*! + * Slot. Receives the cancel event of the progress bar. + */ + void progressBarCancelled(); + private: //! Provides the index of the Meeting instance which is at the specified time. /*!