X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FUIManager.h;fp=src%2FBusinessLogic%2FUIManager.h;h=8d47f86b917f3c619b2b6187312c0af6b0838fdf;hb=b50201458e621351445d5930fd98d2a33558fdad;hp=b2ef8e59fcd44f44d29c72d6802d696377d2915b;hpb=fe81ee95cd3d2341c0fb4b45add15d4d07d30f53;p=qtmeetings diff --git a/src/BusinessLogic/UIManager.h b/src/BusinessLogic/UIManager.h index b2ef8e5..8d47f86 100644 --- a/src/BusinessLogic/UIManager.h +++ b/src/BusinessLogic/UIManager.h @@ -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: