| 572 | } |
| 573 | |
| 574 | bool ScriptedEffect::cancel(quint64 animationId) |
| 575 | { |
| 576 | return AnimationEffect::cancel(animationId); |
| 577 | } |
| 578 | |
| 579 | bool ScriptedEffect::cancel(const QList<quint64> &animationIds) |
| 580 | { |
nothing calls this directly
no outgoing calls
no test coverage detected