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

Method remove

plugins/bazaar/bazaarplugin.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221VcsJob* BazaarPlugin::remove(const QList<QUrl>& localLocations)
222{
223 auto* job = new DVcsJob(BazaarUtils::workingCopy(localLocations[0]), this);
224 job->setType(VcsJob::JobType::Remove);
225 *job << "bzr" << "remove" << localLocations;
226 return job;
227}
228
229VcsJob* BazaarPlugin::repositoryLocation(const QUrl& localLocation)
230{

Calls 1

setTypeMethod · 0.45