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

Function toCVCS

plugins/appwizard/appwizardplugin.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122ICentralizedVersionControl* toCVCS(IPlugin* plugin)
123{
124 Q_ASSERT(plugin);
125 return plugin->extension<ICentralizedVersionControl>();
126}
127
128/*! Trouble while initializing version control. Show failure message to user. */
129void vcsError(const QString &errorMsg, QTemporaryDir &tmpdir, const QUrl &dest, const QString &details = QString())

Callers 1

createProjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected