* @brief PluginMetaObject::license * 获取插件元数据中开源许可协议 * @return */
| 55 | * @return |
| 56 | */ |
| 57 | QStringList PluginMetaObject::license() const |
| 58 | { |
| 59 | return d->license; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * @brief PluginMetaObject::description |
no outgoing calls
no test coverage detected