diff -r e56b178d6d62 -r c2f09811bb8c QTfrontend/pages.h --- a/QTfrontend/pages.h Wed Oct 08 13:52:31 2008 +0000 +++ b/QTfrontend/pages.h Wed Oct 08 13:54:51 2008 +0000 @@ -356,10 +356,12 @@ private slots: void onCreateClick(); void onJoinClick(); + void onRefreshClick(); signals: void askForCreateRoom(const QString &); void askForJoinRoom(const QString &); + void askForRoomList(); }; #endif // PAGES_H