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

Method remove

plugins/subversion/kdevsvnplugin.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145KDevelop::VcsJob* KDevSvnPlugin::remove(const QList<QUrl>& localLocations)
146{
147 auto* job = new SvnRemoveJob(this);
148 job->setLocations(localLocations);
149 return job;
150}
151
152KDevelop::VcsJob* KDevSvnPlugin::edit(const QUrl& /*localLocation*/)
153{

Callers 1

runMethod · 0.45

Calls 1

setLocationsMethod · 0.45

Tested by

no test coverage detected