| 89 | int getCacheFrame() { return currentFrame; } |
| 90 | void setJob(playlistItem *item, int frame, bool test = false); |
| 91 | void setWorking(bool state) { working = state; } |
| 92 | bool isWorking() { return working; } |
| 93 | QString getStatus() |
| 94 | { |
no outgoing calls
no test coverage detected