QTfrontend/pages.h
changeset 1315 c2f09811bb8c
parent 1314 e56b178d6d62
child 1377 a9e768739345
--- 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