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

Method removeLocation

kdevplatform/language/codegen/archivetemplateloader.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void ArchiveTemplateLoader::removeLocation(ArchiveTemplateLocation* location)
41{
42 Q_D(ArchiveTemplateLoader);
43
44 d->locations.removeOne(location);
45}
46
47bool ArchiveTemplateLoader::canLoadTemplate(const QString& name) const
48{

Callers 1

Calls 1

removeOneMethod · 0.80

Tested by

no test coverage detected