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

Method on_lightButton_clicked

src/ckb/rebindwidget.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void RebindWidget::on_lightButton_clicked(bool checked){
591 if(checked && ui->lightBox->currentIndex() == 0)
592 ui->lightBox->setCurrentIndex(1);
593}
594
595void RebindWidget::on_lockButton_clicked(bool checked){
596 if(checked && ui->lockBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected