changeset 8718 | 1c0614f5f3bd |
parent 8693 | ab42f868b1c3 |
child 8729 | b19be476a2fa |
--- a/QTfrontend/ui/page/pagemain.cpp Sun Mar 10 15:44:03 2013 +0100 +++ b/QTfrontend/ui/page/pagemain.cpp Sun Mar 10 19:43:31 2013 +0100 @@ -120,6 +120,8 @@ void PageMain::connectSignals() { connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); + connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); + connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); // TODO: add signal-forwarding required by (currently missing) encapsulation }