MCPcopy Create free account
hub / github.com/KDAB/GammaRay / errors

Method errors

common/pluginmanager.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 virtual ~PluginManagerBase();
59
60 QList<PluginLoadError> errors() const
61 {
62 return m_errors;
63 }
64
65protected:
66 virtual bool createProxyFactory(const PluginInfo &pluginInfo, QObject *parent) = 0;

Callers 1

ProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected