| 496 | } |
| 497 | |
| 498 | ProgressDialog::e_CancelReason ProgressDialog::cancelReason() |
| 499 | { |
| 500 | assert((m_bWasCancelled && m_eCancelReason != eNone) || (m_bWasCancelled && m_eCancelReason == eNone)); |
| 501 | return m_eCancelReason; |
| 502 | } |
| 503 | |
| 504 | void ProgressDialog::timerEvent(QTimerEvent* te) |
| 505 | { |
no outgoing calls
no test coverage detected