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

Method applyTextEncoding

src/core/model/scriptinterface.cpp:376–379  ·  view source on GitHub ↗

* Apply text encoding. */

Source from the content-addressed store, hash-verified

374 * Apply text encoding.
375 */
376void ScriptInterface::applyTextEncoding()
377{
378 m_app->applyTextEncoding();
379}
380
381/**
382 * Set the directory name from the tags.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected