* Set format to use when setting the filename from the tags. * * @param format file name format * @see setFileNameFromTag() */
| 487 | * @see setFileNameFromTag() |
| 488 | */ |
| 489 | void ScriptInterface::setFileNameFormat(const QString& format) |
| 490 | { |
| 491 | FileConfig::instance().setToFilenameFormat(format); |
| 492 | } |
| 493 | |
| 494 | /** |
| 495 | * Set the file names of the selected files from the tags. |
no test coverage detected