MCPcopy Create free account
hub / github.com/IENT/YUView / processCacheJob

Method processCacheJob

YUViewLib/src/video/VideoCache.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void loadingWorker::processCacheJob()
131{
132 DEBUG_JOBS("loadingWorker::processCacheJob invoke processCacheJobInternal");
133 QMetaObject::invokeMethod(this, "processCacheJobInternal");
134}
135
136void loadingWorker::processLoadingJob(bool playing, bool loadRawData)
137{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected