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

Method userCommandKeys

src/plugins/qmlcommand/qmlcommandplugin.cpp:54–57  ·  view source on GitHub ↗

* Get keys of available user commands. * @return list of keys, ["qml", "qmlview"]. */

Source from the content-addressed store, hash-verified

52 * @return list of keys, ["qml", "qmlview"].
53 */
54QStringList QmlCommandPlugin::userCommandKeys() const
55{
56 return {QLatin1String("qml"), QLatin1String("qmlview")};
57}
58
59/**
60 * Initialize processor.

Callers 1

launchCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected