X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FUIManager.h;h=3a17d455efd35be4863551eb49ab981ddf27d840;hb=3c019b17cf2052d8fe5bdfc04a986c520ff409e7;hp=a350bd926f232956057b880ac91a07b763a14cf4;hpb=97603680c47945a85e0565c71f2e1e59eec5a9c2;p=qtmeetings diff --git a/src/BusinessLogic/UIManager.h b/src/BusinessLogic/UIManager.h index a350bd9..3a17d45 100644 --- a/src/BusinessLogic/UIManager.h +++ b/src/BusinessLogic/UIManager.h @@ -104,6 +104,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: