| 369 | } |
| 370 | |
| 371 | void FramePlaybackWindow::getStatusUpdate(int frameNum) |
| 372 | { |
| 373 | currentPosition = frameNum; |
| 374 | updateFrameLabel(); |
| 375 | } |
| 376 | |
| 377 | void FramePlaybackWindow::updateFrameLabel() |
| 378 | { |
nothing calls this directly
no outgoing calls
no test coverage detected