QTfrontend/pagenetgame.cpp
changeset 6009 14f6fc9869f2
parent 5960 74bc72746bec
child 6042 8b5345758f62
--- a/QTfrontend/pagenetgame.cpp	Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pagenetgame.cpp	Sat Sep 24 16:22:10 2011 +0200
@@ -59,7 +59,10 @@
     QHBoxLayout * bottomLayout = new QHBoxLayout;
     pageLayout->addLayout(bottomLayout, 4, 0, 1, 2);
 
+
     BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
+    connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
+
 
     leRoomName = new QLineEdit(this);
     leRoomName->setMaxLength(60);