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

Method location

plugins/appwizard/projectselectionpage.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QUrl 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
157QString ProjectSelectionPage::projectName()
158{

Callers 2

AppWizardDialogMethod · 0.45
appInfoMethod · 0.45

Calls 3

urlMethod · 0.45
setPathMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected