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

Method firstFile

src/core/model/scriptinterface.cpp:265–268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

263 * @return true if there is a first file.
264 */
265bool ScriptInterface::firstFile()
266{
267 return m_app->firstFile(false);
268}
269
270/**
271 * Set the previous file as the current file.

Callers 1

selectFirstFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected