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

Method on_mediaButton_clicked

src/ckb/rebindwidget.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void RebindWidget::on_mediaButton_clicked(bool checked){
581 if(checked && ui->mediaBox->currentIndex() == 0)
582 ui->mediaBox->setCurrentIndex(1);
583}
584
585void RebindWidget::on_modeButton_clicked(bool checked){
586 if(checked && ui->modeBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected