Fixed the room status indicator view partly. Image is still not shown
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index c20ce45..47c73fa 100644 (file)
@@ -55,6 +55,12 @@ 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