X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FEngine.h;h=99992dd71e78c51df2ffd2fa3689edaa03a2f0df;hb=bd153701307613c96e7bdf070cf32b0cbc6ae834;hp=90f6342dbb4719e5606e55a0293e05b0747edbab;hpb=44bef268493f65a3924c1d00688a447ce9c6871a;p=qtmeetings diff --git a/src/BusinessLogic/Engine.h b/src/BusinessLogic/Engine.h index 90f6342..99992dd 100644 --- a/src/BusinessLogic/Engine.h +++ b/src/BusinessLogic/Engine.h @@ -72,7 +72,7 @@ private slots: * Slot. Fetches meetings from the server. Parameters are hard coded: the meetings of the default * room from current and +/- 2 weeks are fetched. */ - void fetchMeetings(); +// void fetchMeetings(); //! Slot. Saves fetched meetings to the current instance's local storage. /*! * Slot. Saves fetched meetings to the current instance's local storage. Meetings are soted in a @@ -122,6 +122,8 @@ private slots: void changeDeviceMode( bool aChange ); + void currentRoomChanged( Room *aRoom ); + private: // Make the UIManager as friendly class so it can connect to private slots. friend class UIManager; @@ -202,6 +204,8 @@ private: QTimer *iAutoRefresh; QList iMeetings; + + Room *iCurrentRoom; }; #endif /*ENGINE_H_*/