Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccMSC/ckb
/ on_animButton_clicked
Method
on_animButton_clicked
src/ckb/rebindwidget.cpp:648–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
}
647
648
void RebindWidget::on_animButton_clicked(bool checked){
649
if(checked && ui->animBox->currentIndex() == 0)
650
ui->animBox->setCurrentIndex(1);
651
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected