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

Method on_mb2Button_clicked

src/ckb/rebindwidget.cpp:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void RebindWidget::on_mb2Button_clicked(bool checked){
624 if(checked && ui->mb2Box->currentIndex() == 0)
625 ui->mb2Box->setCurrentIndex(1);
626}
627
628void RebindWidget::on_wheelButton_clicked(bool checked){
629 if(checked && ui->wheelBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected