| 203 | } |
| 204 | |
| 205 | void ProjectSourcePage::infoMessage(KJob*, const QString& text) |
| 206 | { |
| 207 | m_ui->creationProgress->setFormat(i18nc("Format of the progress bar text. progress and info", |
| 208 | "%1 : %p%", text)); |
| 209 | } |
| 210 | |
| 211 | void ProjectSourcePage::projectReceived(KJob* job) |
| 212 | { |