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

Method on_numButton_clicked

src/ckb/rebindwidget.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void RebindWidget::on_numButton_clicked(bool checked){
576 if(checked && ui->numBox->currentIndex() == 0)
577 ui->numBox->setCurrentIndex(1);
578}
579
580void RebindWidget::on_mediaButton_clicked(bool checked){
581 if(checked && ui->mediaBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected