Fixed the room status indicator view partly. Image is still not shown
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index 96c4235..47c73fa 100644 (file)
@@ -55,8 +55,14 @@ 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 &size) { }\r
+       void viewResized(const QSize &newSize, const QSize &oldSize) { }\r
 \r
 private:\r
        //! Translates the status into human readable text.\r