| 148 | } |
| 149 | |
| 150 | QUrl ProjectSelectionPage::location() |
| 151 | { |
| 152 | QUrl url = ui->locationUrl->url().adjusted(QUrl::StripTrailingSlash); |
| 153 | url.setPath(url.path() + QLatin1Char('/') + QString::fromUtf8(encodedProjectName())); |
| 154 | return url; |
| 155 | } |
| 156 | |
| 157 | QString ProjectSelectionPage::projectName() |
| 158 | { |
no test coverage detected