X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FUserInterface%2FViews%2FRoomStatusIndicatorWidget.h;fp=src%2FUserInterface%2FViews%2FRoomStatusIndicatorWidget.h;h=643160aa0b77452bcbad46d36aa225d85162b19c;hb=3c019b17cf2052d8fe5bdfc04a986c520ff409e7;hp=67d40dcdddd129f5960306b300db7a68a5af7a2a;hpb=97603680c47945a85e0565c71f2e1e59eec5a9c2;p=qtmeetings diff --git a/src/UserInterface/Views/RoomStatusIndicatorWidget.h b/src/UserInterface/Views/RoomStatusIndicatorWidget.h index 67d40dc..643160a 100644 --- a/src/UserInterface/Views/RoomStatusIndicatorWidget.h +++ b/src/UserInterface/Views/RoomStatusIndicatorWidget.h @@ -60,8 +60,14 @@ public slots: */ void statusChanged( const Room::Status aStatus, const QTime aUntil ); + void currentRoomChanged( Room *aRoom ); + void viewResized(const QSize &newSize, const QSize &oldSize) { } + void connectionEstablished(); + + void connectionLost(); + private: //! Translates the status into human readable text. /*! @@ -82,6 +88,7 @@ private: QLabel *iDefaultRoomLabel; QLabel *iStatusLabel; QLabel *iUntilTextLabel; + QLabel *iConnectionLabel; TimeDisplayWidget *iTimeDisplay; QString iTimeFormat;