| 416 | } |
| 417 | |
| 418 | void IMAPAsyncConnection::setQueueRunning(bool running) |
| 419 | { |
| 420 | mQueueRunning = running; |
| 421 | } |
| 422 | |
| 423 | #if __APPLE__ |
| 424 | void IMAPAsyncConnection::setDispatchQueue(dispatch_queue_t dispatchQueue) |
no outgoing calls
no test coverage detected