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

Method on_ctrlBox_activated

src/ckb/settingswidget.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void SettingsWidget::on_ctrlBox_activated(int index){
152 updateModifiers();
153}
154
155void SettingsWidget::on_altBox_activated(int index){
156 updateModifiers();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected