| 212 | } |
| 213 | |
| 214 | KDevelop::VcsJob* PerforcePlugin::remove(const QList<QUrl>& /*localLocations*/) |
| 215 | { |
| 216 | return nullptr; |
| 217 | } |
| 218 | |
| 219 | KDevelop::VcsJob* PerforcePlugin::copy(const QUrl& /*localLocationSrc*/, const QUrl& /*localLocationDstn*/) |
| 220 | { |
no outgoing calls
no test coverage detected