* Select the next file. * * @return true if there is a next file. */
| 313 | * @return true if there is a next file. |
| 314 | */ |
| 315 | bool ScriptInterface::selectNextFile() |
| 316 | { |
| 317 | return m_app->nextFile(true); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Select the current file. |