| 330 | } |
| 331 | |
| 332 | void ProgressDialog::exitEventLoop() |
| 333 | { |
| 334 | if(m_progressDelayTimer) |
| 335 | killTimer(m_progressDelayTimer); |
| 336 | m_progressDelayTimer = 0; |
| 337 | m_pJob = nullptr; |
| 338 | if(m_eventLoop != nullptr) |
| 339 | m_eventLoop->exit(); |
| 340 | } |
| 341 | |
| 342 | void ProgressDialog::recalc(bool bUpdate) |
| 343 | { |
nothing calls this directly
no outgoing calls
no test coverage detected