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

Method version

src/framework/lifecycle/pluginmetaobject.cpp:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <QDebug>
9
10DPF_BEGIN_NAMESPACE
11
12/**
13 * @brief PluginMetaObject::version
14 * 获取插件元数据中插件版本
15 * @return
16 */
17QString PluginMetaObject::version() const
18{
19 return d->version;
20}
21
22/**
23 * @brief PluginMetaObject::compatVersion

Callers 5

PluginMetaObjectMethod · 0.45
PluginDependMethod · 0.45
operator<<Function · 0.45
setPluginEnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected