QTfrontend/ui/page/pagemain.cpp
changeset 8718 1c0614f5f3bd
parent 8693 ab42f868b1c3
child 8729 b19be476a2fa
equal deleted inserted replaced
8716:e09633d10f16 8718:1c0614f5f3bd
   118 }
   118 }
   119 
   119 
   120 void PageMain::connectSignals()
   120 void PageMain::connectSignals()
   121 {
   121 {
   122     connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   122     connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
       
   123     connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
       
   124     connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   123     // TODO: add signal-forwarding required by (currently missing) encapsulation
   125     // TODO: add signal-forwarding required by (currently missing) encapsulation
   124 }
   126 }
   125 
   127 
   126 PageMain::PageMain(QWidget* parent) : AbstractPage(parent)
   128 PageMain::PageMain(QWidget* parent) : AbstractPage(parent)
   127 {
   129 {