| 109 | |
| 110 | |
| 111 | void ProjectProgress::setDone() |
| 112 | { |
| 113 | qCDebug(SHELL) << "showing done progress" << statusName(); |
| 114 | // first show 100% bar for a second, then hide. |
| 115 | emit showProgress(this, 0,1,1); |
| 116 | m_timer->start(); |
| 117 | } |
| 118 | |
| 119 | void ProjectProgress::slotClean() |
| 120 | { |
no test coverage detected