* Set the next file as the current file. * * @return true if there is a next file. */
| 283 | * @return true if there is a next file. |
| 284 | */ |
| 285 | bool ScriptInterface::nextFile() |
| 286 | { |
| 287 | return m_app->nextFile(false); |
| 288 | } |
| 289 | |
| 290 | /** |
| 291 | * Select the first file. |