| 150 | } |
| 151 | |
| 152 | void ProgressDialog::beginBackgroundTask() |
| 153 | { |
| 154 | if(backgroundTaskCount > 0) |
| 155 | { |
| 156 | m_t1.restart(); |
| 157 | m_t2.restart(); |
| 158 | } |
| 159 | backgroundTaskCount++; |
| 160 | if(!m_bStayHidden) |
| 161 | show(); |
| 162 | } |
| 163 | |
| 164 | void ProgressDialog::endBackgroundTask() |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected