MCPcopy Create free account
hub / github.com/KDE/kid3 / selectPreviousFile

Method selectPreviousFile

src/core/model/scriptinterface.cpp:305–308  ·  view source on GitHub ↗

* Select the previous file. * * @return true if there is a previous file. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

previousFileMethod · 0.45

Tested by

no test coverage detected