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

Method VcsPluginHelper

kdevplatform/vcs/vcspluginhelper.cpp:148–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148VcsPluginHelper::VcsPluginHelper(KDevelop::IPlugin* parent, KDevelop::IBasicVersionControl* vcs)
149 : QObject(parent)
150 , d_ptr(new VcsPluginHelperPrivate())
151{
152 Q_D(VcsPluginHelper);
153
154 Q_ASSERT(vcs);
155 Q_ASSERT(parent);
156 d->plugin = parent;
157 d->vcs = vcs;
158 d->createActions(this);
159}
160
161VcsPluginHelper::~VcsPluginHelper()
162{}

Callers

nothing calls this directly

Calls 1

createActionsMethod · 0.45

Tested by

no test coverage detected