code warnings cleaned
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index b13ff65..bf82485 100644 (file)
@@ -10,7 +10,7 @@
 \r
 class QLabel;\r
 class QVBoxLayout;\r
-class TimeDisplayWidget;\r
+class BorderedBarWidget;\r
 \r
 class QEvent;\r
 \r
@@ -59,15 +59,15 @@ public slots:
         * \param aUntil The new time until the specified status is valid.\r
         */\r
        void statusChanged( const Room::Status aStatus, const QTime aUntil );\r
-       //! Changed the current room.\r
-       /*!\r
-        * This slot is used to inform that current room is changed and it changes\r
-        * the room name label.\r
-        */\r
+       \r
        void currentRoomChanged( Room *aRoom );\r
        \r
-       void viewResized(const QSize &newSize, const QSize &oldSize) { }\r
+       void viewResized(const QSize &/*newSize*/, const QSize &/*oldSize*/) { }\r
 \r
+       void connectionEstablished();\r
+       \r
+       void connectionLost();\r
+       \r
 private:\r
        //! Translates the status into human readable text.\r
        /*!\r
@@ -88,7 +88,9 @@ private:
        QLabel *iDefaultRoomLabel;\r
        QLabel *iStatusLabel;\r
        QLabel *iUntilTextLabel;\r
-       TimeDisplayWidget *iTimeDisplay;\r
+       BorderedBarWidget *iTimeDisplay;\r
+       BorderedBarWidget *iStatusBar;\r
+\r
        QString iTimeFormat;\r
 \r
        static QTime endOfTheDay;\r