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