1631ada5b3
- We do not need the return type. If a plugin declares it can handle the packet it should do so. We don't have any fallback logic in place and the packet types are namespaced with the plugin IDs anyway. - Provide a default implementation with a warning, not all plugins need to overwrite this |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kdeconnect_ping.json | ||
pingplugin.cpp | ||
pingplugin.h | ||
README |
This plugin displays a notification to the user each time a package with type "kdeconnect.ping" is received. If the package has something in the "message" field, that will be displayed in the notification body.