* Expand the file list. */
| 350 | * Expand the file list. |
| 351 | */ |
| 352 | void ScriptInterface::expandFileList() |
| 353 | { |
| 354 | m_app->requestExpandFileList(); |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Apply the file name format. |
nothing calls this directly
no test coverage detected