changeset 8489 | 25cb6f4a1d1b |
parent 8453 | 06541556df53 |
child 8504 | 9ff55b527d1b |
--- a/QTfrontend/hwform.cpp Sat Feb 09 18:32:51 2013 -0500 +++ b/QTfrontend/hwform.cpp Sat Feb 09 18:58:19 2013 -0500 @@ -1238,6 +1238,8 @@ this, SLOT(NetGameChangeStatus(bool)), Qt::QueuedConnection); // net page stuff + connect(hwnet, SIGNAL(roomNameUpdated(const QString &)), + ui.pageNetGame, SLOT(setRoomName(const QString &))); connect(hwnet, SIGNAL(chatStringFromNet(const QString&)), ui.pageNetGame->chatWidget, SLOT(onChatString(const QString&)), Qt::QueuedConnection);