Merge branch 'master' into dev_local
[qtmeetings] / src / BusinessLogic / UIManager.h
index b2ef8e5..8d47f86 100644 (file)
@@ -102,6 +102,13 @@ public slots:
         * to start fetching new meetings for currently shown week.
         */
        void currentRoomChanged( Room *aRoom );
+
+       //! Shows any view specific indicators for connection error
+       void connectionLost();
+       
+       //! Removes any view specific indicators for connection error
+       void connectionEstablished();
+       
        
 private slots: