From d55ef6107c9686154496d0d4f9f93806c4c80d8a Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Mon, 1 Jun 2009 09:28:42 +0300 Subject: [PATCH] Fixed Jan's/Mikko's missing declaration. --- .../Views/RoomStatusIndicatorWidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UserInterface/Views/RoomStatusIndicatorWidget.h b/src/UserInterface/Views/RoomStatusIndicatorWidget.h index a0b1834..4740f1f 100644 --- a/src/UserInterface/Views/RoomStatusIndicatorWidget.h +++ b/src/UserInterface/Views/RoomStatusIndicatorWidget.h @@ -66,6 +66,8 @@ public slots: void connectionLost(); + void currentRoomChanged( Room *aRoom ); + private: //! Translates the status into human readable text. /*! -- 1.7.9.5