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

Method on_modButton_clicked

src/ckb/rebindwidget.cpp:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void RebindWidget::on_modButton_clicked(bool checked){
566 if(checked && ui->modBox->currentIndex() == 0)
567 ui->modBox->setCurrentIndex(1);
568}
569
570void RebindWidget::on_fnButton_clicked(bool checked){
571 if(checked && ui->fnBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected