| 93 | } |
| 94 | |
| 95 | void ProjectVcsPage::setSourceLocation( const QUrl& s ) |
| 96 | { |
| 97 | for (KDevelop::VcsImportMetadataWidget* widget : std::as_const(importWidgets)) { |
| 98 | widget->setSourceLocation( KDevelop::VcsLocation( s ) ); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | QString ProjectVcsPage::pluginName() const |
| 103 | { |
no test coverage detected