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

Method ScriptInterface

src/core/model/scriptinterface.cpp:50–55  ·  view source on GitHub ↗

* Constructor. * * @param app parent application */

Source from the content-addressed store, hash-verified

48 * @param app parent application
49 */
50ScriptInterface::ScriptInterface(Kid3Application* app)
51 : QDBusAbstractAdaptor(app), m_app(app)
52{
53 setObjectName(QLatin1String("ScriptInterface"));
54 setAutoRelaySignals(true);
55}
56
57/**
58 * Open file or directory.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected