| 2856 | } |
| 2857 | |
| 2858 | void |
| 2859 | AppManager::setUseThreadPool(bool useThreadPool) |
| 2860 | { |
| 2861 | QMutexLocker l(&_imp->nThreadsMutex); |
| 2862 | |
| 2863 | _imp->useThreadPool = useThreadPool; |
| 2864 | } |
| 2865 | |
| 2866 | bool |
| 2867 | AppManager::getUseThreadPool() const |
no outgoing calls
no test coverage detected