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

Method interface

kdevplatform/vcs/models/brancheslistmodel.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151KDevelop::IBranchingVersionControl* BranchesListModel::interface() const
152{
153 Q_D(const BranchesListModel);
154
155 return d->dvcsplugin;
156}
157
158void BranchesListModel::initialize(KDevelop::IBranchingVersionControl* branching, const QUrl& r)
159{

Callers 1

setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected