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

Method loadedPluginFileNames

src/backend/core/plugin/PluginManager.cpp:200–205  ·  view source on GitHub ↗

* \brief Get the file names of all loaded plugins. */

Source from the content-addressed store, hash-verified

198 * \brief Get the file names of all loaded plugins.
199 */
200QStringList PluginManager::loadedPluginFileNames() {
201 QStringList result;
202 for (auto* loader : m_loadedPlugins)
203 result << loader->fileName();
204 return result;
205}
206
207/**
208 * \brief Get the file names of all plugins that failed to load.

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected