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

Method initialize

kdevplatform/vcs/models/brancheslistmodel.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void BranchesListModel::initialize(KDevelop::IBranchingVersionControl* branching, const QUrl& r)
159{
160 Q_D(BranchesListModel);
161
162 d->dvcsplugin = branching;
163 d->repo = r;
164 refresh();
165}
166
167void BranchesListModel::refresh()
168{

Callers 1

BranchManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected