* @brief PluginMetaObject::depends * 获取插件元数据中插件启动依赖 * @return */
| 95 | * @return |
| 96 | */ |
| 97 | QList<PluginDepend> PluginMetaObject::depends() const |
| 98 | { |
| 99 | return d->depends; |
| 100 | } |
| 101 | |
| 102 | QList<PluginInstallDepend> PluginMetaObject::installDepends() const |
| 103 | { |
no outgoing calls
no test coverage detected