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

Method copyright

src/framework/lifecycle/pluginmetaobject.cpp:47–50  ·  view source on GitHub ↗

* @brief PluginMetaObject::copyright * 获取插件元数据中的插件版权 * @return */

Source from the content-addressed store, hash-verified

45 * @return
46 */
47QString PluginMetaObject::copyright() const
48{
49 return d->copyright;
50}
51
52/**
53 * @brief PluginMetaObject::license

Callers 2

operator<<Function · 0.80
displayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected