| 347 | */ |
| 348 | |
| 349 | PluginSpec::PluginArgumentDescriptions PluginSpec::argumentDescriptions() const |
| 350 | { |
| 351 | return d->argumentDescriptions; |
| 352 | } |
| 353 | |
| 354 | /*! |
| 355 | The absolute path to the directory containing the plugin XML description file |
no outgoing calls
no test coverage detected