! The absolute path to the plugin XML description file (including the file name) this PluginSpec corresponds to. */
| 365 | this PluginSpec corresponds to. |
| 366 | */ |
| 367 | QString PluginSpec::filePath() const |
| 368 | { |
| 369 | return d->filePath; |
| 370 | } |
| 371 | |
| 372 | /*! |
| 373 | Command line arguments specific to the plugin. Set at startup. |
no outgoing calls
no test coverage detected