3734d6ce4d
Summary: Don't use QDBusConnection::ExportAllContents No need to make connect and receivedPackage public slots (they're are the parent's already) Fixes T4975 Test Plan: Rough manual test Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Maniphest Tasks: T4975 Differential Revision: https://phabricator.kde.org/D3871 |
||
---|---|---|
.. | ||
clipboardlistener.cpp | ||
clipboardlistener.h | ||
clipboardplugin.cpp | ||
clipboardplugin.h | ||
CMakeLists.txt | ||
kdeconnect_clipboard.json | ||
README |
When the clipboard changes, it sends a package with type kdeconnect.clipboard and the field "content" (string) containing the new clipboard content. When it receivest a package of the same kind, it should update the system clipboard with the received content, so the clipboard in both devices always have the same content. This plugin is symmetric to its counterpart in the other device: both have the same behaviour.