| 205 | } |
| 206 | |
| 207 | void |
| 208 | ProgressTaskInfo::onShowProgressPanelTimerTimeout() |
| 209 | { |
| 210 | _imp->lastWidgetCurrentWhenShowingProgressDialog = _imp->panel->getGui()->ensureProgressPanelVisible(); |
| 211 | } |
| 212 | |
| 213 | void |
| 214 | ProgressTaskInfo::cancelTask(bool calledFromRenderEngine, |
no test coverage detected