QTfrontend/ui_hwform.cpp
changeset 1311 49beb1221c0b
parent 1158 d03d12ef8971
child 1542 b755ddb0bae8
--- a/QTfrontend/ui_hwform.cpp	Mon Oct 06 19:01:59 2008 +0000
+++ b/QTfrontend/ui_hwform.cpp	Tue Oct 07 12:37:06 2008 +0000
@@ -95,4 +95,7 @@
 
 	pageInGame = new PageInGame();
 	Pages->addWidget(pageInGame);
+
+	pageRoomsList = new PageRoomsList();
+	Pages->addWidget(pageRoomsList);
 }