equal
deleted
inserted
replaced
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())); |
123 //connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); |
124 connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); |
124 //connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice())); |
125 // TODO: add signal-forwarding required by (currently missing) encapsulation |
125 // TODO: add signal-forwarding required by (currently missing) encapsulation |
126 } |
126 } |
127 |
127 |
128 PageMain::PageMain(QWidget* parent) : AbstractPage(parent) |
128 PageMain::PageMain(QWidget* parent) : AbstractPage(parent) |
129 { |
129 { |