QTfrontend/pagenettype.cpp
branchhedgeroid
changeset 6023 a28be05b20bc
parent 6009 14f6fc9869f2
child 6042 8b5345758f62
--- a/QTfrontend/pagenettype.cpp	Sun Sep 25 18:22:12 2011 +0200
+++ b/QTfrontend/pagenettype.cpp	Sun Sep 25 18:24:01 2011 +0200
@@ -37,5 +37,7 @@
     // hack: temporary deactivated - requires server modifications that aren't backward compatible (yet)
     //BtnOfficialServer->setEnabled(false);
 
+
     BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true);
+    connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
 }