* @brief PluginMetaObject::description * 获取插件元数据中插件描述 * @return */
| 65 | * @return |
| 66 | */ |
| 67 | QString PluginMetaObject::description() const |
| 68 | { |
| 69 | return d->description; |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * @brief PluginMetaObject::category |
no outgoing calls
no test coverage detected