| 86 | id = id_counter++; |
| 87 | } |
| 88 | playlistItem *getCacheItem() { return currentCacheItem; } |
| 89 | int getCacheFrame() { return currentFrame; } |
| 90 | void setJob(playlistItem *item, int frame, bool test = false); |
| 91 | void setWorking(bool state) { working = state; } |
no outgoing calls
no test coverage detected