MCPcopy Create free account
hub / github.com/ccMSC/ckb / on_mbButton_clicked

Method on_mbButton_clicked

src/ckb/rebindwidget.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618void RebindWidget::on_mbButton_clicked(bool checked){
619 if(checked && ui->mbBox->currentIndex() == 0)
620 ui->mbBox->setCurrentIndex(1);
621}
622
623void RebindWidget::on_mb2Button_clicked(bool checked){
624 if(checked && ui->mb2Box->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected