| 2108 | } |
| 2109 | |
| 2110 | bool |
| 2111 | RenderThreadTask::mustQuit() const |
| 2112 | { |
| 2113 | QMutexLocker l(&_imp->mustQuitMutex); |
| 2114 | |
| 2115 | return _imp->mustQuit; |
| 2116 | } |
| 2117 | |
| 2118 | void |
| 2119 | RenderThreadTask::notifyIsRunning(bool running) |
no outgoing calls
no test coverage detected