Merge branch 'master' into dev_local
[qtmeetings] / src / BusinessLogic / UIManager.h
index 837fd58..8f1f04f 100644 (file)
@@ -97,6 +97,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: