MCPcopy Create free account
hub / github.com/KDE/labplot / unload

Method unload

src/backend/core/plugin/PluginLoader.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool PluginLoader::unload() {
84 if (m_loader && m_loader->isLoaded())
85 m_loader->unload();
86 delete m_loader;
87 m_loader = nullptr;
88 m_status = PluginStatus::NotYetLoaded;
89 m_statusString = i18n("Not yet loaded.");
90
91 return true;
92}

Callers 1

disablePluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected