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

Method QmlCommandPlugin

src/plugins/qmlcommand/qmlcommandplugin.cpp:44–48  ·  view source on GitHub ↗

* Constructor. * * @param parent parent object */

Source from the content-addressed store, hash-verified

42 * @param parent parent object
43 */
44QmlCommandPlugin::QmlCommandPlugin(QObject* parent) : QObject(parent),
45 m_app(nullptr), m_qmlView(nullptr), m_qmlEngine(nullptr), m_showOutput(false)
46{
47 setObjectName(QLatin1String("QmlCommand"));
48}
49
50/**
51 * Get keys of available user commands.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected