MCPcopy Create free account
hub / github.com/KDE/kdeconnect-kde / RunCommandPlugin

Method RunCommandPlugin

plugins/runcommand/runcommandplugin.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36K_PLUGIN_CLASS_WITH_JSON(RunCommandPlugin, "kdeconnect_runcommand.json")
37
38RunCommandPlugin::RunCommandPlugin(QObject *parent, const QVariantList &args)
39 : KdeConnectPlugin(parent, args)
40{
41 connect(config(), &KdeConnectPluginConfig::configChanged, this, &RunCommandPlugin::sendConfig);
42}
43
44void RunCommandPlugin::receivePacket(const NetworkPacket &np)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected