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

Method on_mediaBox_currentIndexChanged

src/ckb/rebindwidget.cpp:441–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void RebindWidget::on_mediaBox_currentIndexChanged(int index){
442 if(index == 0)
443 ui->mediaButton->setChecked(false);
444 else {
445 ui->mediaButton->setChecked(true);
446 setBox(ui->mediaBox);
447 }
448}
449
450void RebindWidget::on_mbBox_currentIndexChanged(int index){
451 if(index == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected