| 282 | } |
| 283 | |
| 284 | void |
| 285 | Node::revertToPluginThreadSafety() |
| 286 | { |
| 287 | QMutexLocker k(&_imp->pluginsPropMutex); |
| 288 | |
| 289 | _imp->currentThreadSafety = _imp->pluginSafety; |
| 290 | } |
| 291 | |
| 292 | void |
| 293 | Node::setCurrentOpenGLRenderSupport(PluginOpenGLRenderSupport support) |
no outgoing calls
no test coverage detected