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

Method on_lockButton_clicked

src/ckb/rebindwidget.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void RebindWidget::on_lockButton_clicked(bool checked){
596 if(checked && ui->lockBox->currentIndex() == 0)
597 ui->lockBox->setCurrentIndex(1);
598}
599
600void RebindWidget::on_programKpButton_clicked(bool checked){
601 if(!checked){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected