changeset 1313 | f4c54e9e1b8c |
parent 1312 | 0078e4f72d40 |
child 1314 | e56b178d6d62 |
--- a/QTfrontend/pages.h Wed Oct 08 10:58:21 2008 +0000 +++ b/QTfrontend/pages.h Wed Oct 08 13:40:29 2008 +0000 @@ -348,6 +348,13 @@ QPushButton * BtnCreate; QPushButton * BtnJoin; QPushButton * BtnRefresh; + +public slots: + void setRoomsList(const QStringList & list); + +signals: + void askForCreateRoom(const QString &); + void askForJoinRoom(const QString &); }; #endif // PAGES_H