QTfrontend/hwform.cpp
changeset 1512 43742041c211
parent 1509 34f7dd4efe84
child 1517 27caa8c6e73a
--- a/QTfrontend/hwform.cpp	Mon Nov 24 21:47:59 2008 +0000
+++ b/QTfrontend/hwform.cpp	Tue Nov 25 15:43:10 2008 +0000
@@ -443,6 +443,8 @@
 	
 	hwnet = new HWNewNet(config, ui.pageNetGame->pGameCFG, ui.pageNetGame->pNetTeamsWidget);
 
+	connect(hwnet, SIGNAL(showMessage(const QString &)), this, SLOT(ShowErrorMessage(const QString &)), Qt::QueuedConnection);
+
 	connect(hwnet, SIGNAL(AskForRunGame()), this, SLOT(CreateNetGame()));
 	connect(hwnet, SIGNAL(Connected()), this, SLOT(NetConnected()));
 	connect(hwnet, SIGNAL(EnteredGame()), this, SLOT(NetGameEnter()));