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

Method selectNextFile

src/core/model/scriptinterface.cpp:315–318  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

313 * @return true if there is a next file.
314 */
315bool ScriptInterface::selectNextFile()
316{
317 return m_app->nextFile(true);
318}
319
320/**
321 * Select the current file.

Callers

nothing calls this directly

Calls 1

nextFileMethod · 0.45

Tested by

no test coverage detected