Merge
[qtmeetings] / src / BusinessLogic / Engine.h
index 90f6342..99992dd 100644 (file)
@@ -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<Meeting*> iMeetings;
+       
+       Room *iCurrentRoom;
 };
 
 #endif /*ENGINE_H_*/