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

Method on_applyButton_clicked

src/ckb/rebindwidget.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void RebindWidget::on_applyButton_clicked(){
362 applyChanges(selection, true);
363}
364
365void RebindWidget::on_cancelButton_clicked(){
366 // Re-load selection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected