| 100 | } |
| 101 | |
| 102 | void ProjectProgress::setBuzzy() |
| 103 | { |
| 104 | qCDebug(SHELL) << "showing busy progress" << statusName(); |
| 105 | // show an indeterminate progressbar |
| 106 | emit showProgress(this, 0,0,0); |
| 107 | emit showMessage(this, i18nc("%1: Project name", "Loading %1", projectName)); |
| 108 | } |
| 109 | |
| 110 | |
| 111 | void ProjectProgress::setDone() |
no outgoing calls
no test coverage detected