Merge branch 'master' into dev_local
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index 73957b6..4d8966c 100644 (file)
@@ -64,6 +64,12 @@ public slots:
        \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
@@ -84,6 +90,7 @@ private:
        QLabel *iDefaultRoomLabel;\r
        QLabel *iStatusLabel;\r
        QLabel *iUntilTextLabel;\r
+       QLabel *iConnectionLabel;\r
        TimeDisplayWidget *iTimeDisplay;\r
        QString iTimeFormat;\r
 \r