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

Method versionControlPlugin

kdevplatform/shell/project.cpp:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658IPlugin* Project::versionControlPlugin() const
659{
660 Q_D(const Project);
661
662 return d->vcsPlugin.data();
663}
664
665void Project::addToFileSet( ProjectFileItem* file )
666{

Callers 15

commitCurrentProjectMethod · 0.80
removeUrlMethod · 0.80
renameUrlMethod · 0.80
copyUrlMethod · 0.80
addProjectMethod · 0.80
removeProjectMethod · 0.80
changesMethod · 0.80
setProjectMethod · 0.80
addProjectMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected