| 433 | } |
| 434 | |
| 435 | void MyGraphicsVexItem::startAnimation(){ |
| 436 | if(curAnimation != nullptr){ |
| 437 | curAnimation->start(); |
| 438 | } |
| 439 | } |
| 440 | |
| 441 | void MyGraphicsVexItem::stopAnimation(){ |
| 442 | if(curAnimation != nullptr){ |
nothing calls this directly
no outgoing calls
no test coverage detected