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

Method printAll

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

Source from the content-addressed store, hash-verified

238
239#ifdef QT_DEBUG
240void PluginManager::printAll() {
241 loadAll();
242 for (auto* loader : m_loadedPlugins) {
243 qDebug() << "Plugin" << loader->fileName() << "loaded";
244 }
245
246 for (auto* loader : m_pluginsWithErrors) {
247 qDebug() << loader->statusString();
248 }
249}
250#endif

Callers

nothing calls this directly

Calls 2

statusStringMethod · 0.80
fileNameMethod · 0.45

Tested by

no test coverage detected