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

Method isQuitting

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

Source from the content-addressed store, hash-verified

209 }
210 loadingWorker *worker() { return threadWorker.data(); }
211 bool isQuitting() { return quitting; }
212
213private:
214 QScopedPointer<loadingWorker> threadWorker;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected