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

Method previousFile

src/core/model/scriptinterface.cpp:275–278  ·  view source on GitHub ↗

* Set the previous file as the current file. * * @return true if there is a previous file. */

Source from the content-addressed store, hash-verified

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

Callers 1

selectPreviousFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected