author | nemo |
Mon, 11 Mar 2013 12:21:37 -0400 | |
changeset 8719 | 0f55bcfe7f36 |
parent 8717 | 6e1ccd678e8a (current diff) |
parent 8718 | 1c0614f5f3bd (diff) |
child 8720 | 5603527f9803 |
--- a/QTfrontend/ui/page/pagemain.cpp Mon Mar 11 12:20:59 2013 -0400 +++ b/QTfrontend/ui/page/pagemain.cpp Mon Mar 11 12:21:37 2013 -0400 @@ -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 }