| 485 | } |
| 486 | |
| 487 | void AnimSettingDialog::on_delayBox_valueChanged(double arg1){ |
| 488 | updateParam("delay"); |
| 489 | } |
| 490 | |
| 491 | void AnimSettingDialog::on_repeatBox_valueChanged(double arg1){ |
| 492 | updateParam("repeat"); |
nothing calls this directly
no outgoing calls
no test coverage detected