| 2848 | } |
| 2849 | |
| 2850 | void |
| 2851 | AppManager::setNThreadsPerEffect(int nThreadsPerEffect) |
| 2852 | { |
| 2853 | QMutexLocker l(&_imp->nThreadsMutex); |
| 2854 | |
| 2855 | _imp->nThreadsPerEffect = nThreadsPerEffect; |
| 2856 | } |
| 2857 | |
| 2858 | void |
| 2859 | AppManager::setUseThreadPool(bool useThreadPool) |
no outgoing calls
no test coverage detected