X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FUserInterface%2FViews%2FRoomStatusIndicatorWidget.h;h=64978b021977c7154486fc59f051c8e6943bafa7;hb=663a2fc8ce3a0b8b987655fe709a831a3db9b315;hp=643160aa0b77452bcbad46d36aa225d85162b19c;hpb=59b4a9d85f3cd02e90c8efcecc66f9150f8a61f8;p=qtmeetings diff --git a/src/UserInterface/Views/RoomStatusIndicatorWidget.h b/src/UserInterface/Views/RoomStatusIndicatorWidget.h index 643160a..64978b0 100644 --- a/src/UserInterface/Views/RoomStatusIndicatorWidget.h +++ b/src/UserInterface/Views/RoomStatusIndicatorWidget.h @@ -10,7 +10,7 @@ class QLabel; class QVBoxLayout; -class TimeDisplayWidget; +class BorderedBarWidget; class QEvent; @@ -88,8 +88,9 @@ private: QLabel *iDefaultRoomLabel; QLabel *iStatusLabel; QLabel *iUntilTextLabel; - QLabel *iConnectionLabel; - TimeDisplayWidget *iTimeDisplay; + BorderedBarWidget *iTimeDisplay; + BorderedBarWidget *iStatusBar; + QString iTimeFormat; static QTime endOfTheDay;