* @brief PluginMetaObject::fileName * 获取插件文件路径名称 * @return */
| 209 | * @return |
| 210 | */ |
| 211 | QString PluginMetaObject::fileName() const |
| 212 | { |
| 213 | return d->loader->fileName(); |
| 214 | } |
| 215 | |
| 216 | /** |
| 217 | * @brief PluginMetaObject::iid |
no outgoing calls
no test coverage detected