Fixed Jan's/Mikko's missing declaration.
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index b13ff65..4740f1f 100644 (file)
@@ -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
-       void currentRoomChanged( Room *aRoom );\r
        \r
        void viewResized(const QSize &newSize, const QSize &oldSize) { }\r
 \r
+       void connectionEstablished();\r
+       \r
+       void connectionLost();\r
+       \r
+       void currentRoomChanged( Room *aRoom );\r
+       \r
 private:\r
        //! Translates the status into human readable text.\r
        /*!\r
@@ -88,6 +88,7 @@ private:
        QLabel *iDefaultRoomLabel;\r
        QLabel *iStatusLabel;\r
        QLabel *iUntilTextLabel;\r
+       QLabel *iConnectionLabel;\r
        TimeDisplayWidget *iTimeDisplay;\r
        QString iTimeFormat;\r
 \r