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

Method vcsLocation

plugins/git/gitplugin.cpp:1777–1780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1775};
1776
1777KDevelop::VcsLocationWidget* GitPlugin::vcsLocation(QWidget* parent) const
1778{
1779 return new GitVcsLocationWidget(parent);
1780}
1781
1782void GitPlugin::registerRepositoryForCurrentBranchChanges(const QUrl& repository, const QObject* listener)
1783{

Callers 1

setSourceWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected