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

Method on_modeButton_clicked

src/ckb/rebindwidget.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void RebindWidget::on_modeButton_clicked(bool checked){
586 if(checked && ui->modeBox->currentIndex() == 0)
587 ui->modeBox->setCurrentIndex(1);
588}
589
590void RebindWidget::on_lightButton_clicked(bool checked){
591 if(checked && ui->lightBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected