MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / errorString

Method errorString

src/framework/lifecycle/pluginmetaobject.cpp:132–135  ·  view source on GitHub ↗

* @brief PluginMetaObject::errorString * 获取插件加载错误信息 * @return */

Source from the content-addressed store, hash-verified

130 * @return
131 */
132QString PluginMetaObject::errorString()
133{
134 return d->error;
135}
136
137bool PluginMetaObject::isEnabledBySettings()
138{

Callers 3

loadPluginMethod · 0.45
stopPluginMethod · 0.45
redirectGlobalDebugFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected