--------------------------------------------------------------
| 1291 | |
| 1292 | //-------------------------------------------------------------- |
| 1293 | void DurationController::startPlayback(){ |
| 1294 | if(!timeline.getIsPlaying()){ |
| 1295 | sendInfoMessage(); |
| 1296 | timeline.play(); |
| 1297 | } |
| 1298 | } |
| 1299 | |
| 1300 | //-------------------------------------------------------------- |
| 1301 | void DurationController::sendInfoMessage(){ |
nothing calls this directly
no outgoing calls
no test coverage detected