* Select the previous file. * * @return true if there is a previous file. */
| 303 | * @return true if there is a previous file. |
| 304 | */ |
| 305 | bool ScriptInterface::selectPreviousFile() |
| 306 | { |
| 307 | return m_app->previousFile(true); |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Select the next file. |
nothing calls this directly
no test coverage detected