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

Method nextFile

src/core/model/scriptinterface.cpp:285–288  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

283 * @return true if there is a next file.
284 */
285bool ScriptInterface::nextFile()
286{
287 return m_app->nextFile(false);
288}
289
290/**
291 * Select the first file.

Callers 1

selectNextFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected