* Set the previous file as the current file. * * @return true if there is a previous file. */
| 273 | * @return true if there is a previous file. |
| 274 | */ |
| 275 | bool ScriptInterface::previousFile() |
| 276 | { |
| 277 | return m_app->previousFile(false); |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Set the next file as the current file. |