How can I get access to the clipboard from a kate plugin?

Hello,

Is there a way to get access to the clipboard from inside a kate - plugin ?

QClipboard is essentially a singleton can be retrieved through QGuiApplication.:clipboard() from everywhere in the process

Thank you very much.

This solved the problem.