| 134 | } |
| 135 | |
| 136 | void loadingWorker::processLoadingJob(bool playing, bool loadRawData) |
| 137 | { |
| 138 | DEBUG_JOBS("loadingWorker::processLoadingJob invoke processLoadingJobInternal"); |
| 139 | QMetaObject::invokeMethod( |
| 140 | this, "processLoadingJobInternal", Q_ARG(bool, playing), Q_ARG(bool, loadRawData)); |
| 141 | } |
| 142 | |
| 143 | void loadingWorker::processCacheJobInternal() |
| 144 | { |
no outgoing calls
no test coverage detected