* @brief PluginMetaObject::compatVersion * 获取插件元数据中兼容版本 * @return */
| 25 | * @return |
| 26 | */ |
| 27 | QString PluginMetaObject::compatVersion() const |
| 28 | { |
| 29 | return d->compatVersion; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * @brief PluginMetaObject::vendor |
no outgoing calls
no test coverage detected