| 5735 | } |
| 5736 | |
| 5737 | bool |
| 5738 | Node::isNodeRendering() const |
| 5739 | { |
| 5740 | QMutexLocker k(&_imp->nodeIsRenderingMutex); |
| 5741 | |
| 5742 | return _imp->nodeIsRendering > 0; |
| 5743 | } |
| 5744 | |
| 5745 | void |
| 5746 | Node::dequeueActions() |
no outgoing calls
no test coverage detected