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

Method failedPluginFileNames

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

* \brief Get the file names of all plugins that failed to load. */

Source from the content-addressed store, hash-verified

208 * \brief Get the file names of all plugins that failed to load.
209 */
210QStringList PluginManager::failedPluginFileNames() {
211 QStringList result;
212 for (auto* loader : m_pluginsWithErrors)
213 result << loader->fileName();
214 return result;
215}
216
217/**
218 * \brief Get the error messages of a plugin that failed to load.

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected