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

Method FrameObjectModel

src/core/model/frameobjectmodel.cpp:34–36  ·  view source on GitHub ↗

* Constructor. * @param parent parent object */

Source from the content-addressed store, hash-verified

32 * @param parent parent object
33 */
34FrameObjectModel::FrameObjectModel(QObject* parent) : QObject(parent)
35{
36}
37
38/**
39 * Get frame name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected