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

Method revert

plugins/subversion/kdevsvnplugin.cpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188KDevelop::VcsJob* KDevSvnPlugin::revert(const QList<QUrl>& localLocations,
189 KDevelop::IBasicVersionControl::RecursionMode recursion)
190{
191 auto* job = new SvnRevertJob(this);
192 job->setLocations(localLocations);
193 job->setRecursive((recursion == KDevelop::IBasicVersionControl::Recursive));
194 return job;
195}
196
197KDevelop::VcsJob* KDevSvnPlugin::update(const QList<QUrl>& localLocations,
198 const KDevelop::VcsRevision& rev,

Callers 1

runMethod · 0.45

Calls 2

setLocationsMethod · 0.45
setRecursiveMethod · 0.45

Tested by

no test coverage detected