| 181 | // A simple QObject (to move to threads) that gets a pointer to a playlist item and loads a frame |
| 182 | // in that item. |
| 183 | class loadingThread; |
| 184 | |
| 185 | // A list of caching threads that process caching of frames in parallel in the background |
| 186 | QList<loadingThread *> cachingThreadList; |
no outgoing calls
no test coverage detected