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

Method source

plugins/appwizard/projectvcspage.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122QUrl ProjectVcsPage::source() const
123{
124 if (!m_currentImportWidget) {
125 return QUrl();
126 }
127
128 return m_currentImportWidget->source();
129}
130
131KDevelop::VcsLocation ProjectVcsPage::destination() const
132{

Callers 1

appInfoMethod · 0.45

Calls 1

QUrlClass · 0.70

Tested by

no test coverage detected