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

Method unloaded

kdevplatform/documentation/documentationview.cpp:394–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void ProvidersModel::unloaded(IPlugin* plugin)
395{
396 removeProvider(plugin->extension<IDocumentationProvider>());
397
398 auto* providerProvider = plugin->extension<IDocumentationProviderProvider>();
399 if (providerProvider) {
400 const auto providers = providerProvider->providers();
401 for (IDocumentationProvider* provider : providers) {
402 removeProvider(provider);
403 }
404 }
405}
406
407void ProvidersModel::loaded(IPlugin* plugin)
408{

Callers

nothing calls this directly

Calls 1

providersMethod · 0.45

Tested by

no test coverage detected