| 1448 | } |
| 1449 | |
| 1450 | bool |
| 1451 | FileGathererThread::isWorking() const |
| 1452 | { |
| 1453 | QMutexLocker k(&_imp->workingMutex); |
| 1454 | |
| 1455 | return _imp->working; |
| 1456 | } |
| 1457 | |
| 1458 | void |
| 1459 | FileGathererThread::abortGathering() |
no outgoing calls
no test coverage detected