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

Method createImportMetadataWidget

plugins/bazaar/bazaarplugin.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100VcsImportMetadataWidget* BazaarPlugin::createImportMetadataWidget(QWidget* parent)
101{
102 return new DvcsImportMetadataWidget(parent);
103}
104
105VcsJob* BazaarPlugin::createWorkingCopy(const VcsLocation& sourceRepository, const QUrl& destinationDirectory, IBasicVersionControl::RecursionMode recursion)
106{

Callers 1

ProjectVcsPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected