MCPcopy Create free account
hub / github.com/KDE/kdevelop / setSourceLocation

Method setSourceLocation

plugins/appwizard/projectvcspage.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

AppWizardDialogMethod · 0.45

Calls 1

VcsLocationClass · 0.70

Tested by

no test coverage detected