* Set the first file as the current file. * * @return true if there is a first file. */
| 263 | * @return true if there is a first file. |
| 264 | */ |
| 265 | bool ScriptInterface::firstFile() |
| 266 | { |
| 267 | return m_app->firstFile(false); |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Set the previous file as the current file. |