| 2830 | } |
| 2831 | |
| 2832 | void |
| 2833 | AppManager::setNThreadsToRender(int nThreads) |
| 2834 | { |
| 2835 | QMutexLocker l(&_imp->nThreadsMutex); |
| 2836 | |
| 2837 | _imp->nThreadsToRender = nThreads; |
| 2838 | } |
| 2839 | |
| 2840 | void |
| 2841 | AppManager::getNThreadsSettings(int* nThreadsToRender, |
no outgoing calls
no test coverage detected