prolic / HsQML

This is a mirror of the darcs repository at http://hub.darcs.net/komadori/HsQML
http://www.gekkou.co.uk/software/hsqml/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add ClipboardHelper for clipboard operations #6

Closed prolic closed 1 month ago

prolic commented 1 month ago

This update allows QML to access clipboard operations through a C++ helper class, enabling text copying to the system clipboard.

prolic commented 1 month ago

@Kleidukos wanna review?

Kleidukos commented 1 month ago

I am honoured by the offer, but I am illiterate in C++ 🥲

prolic commented 1 month ago

@Kleidukos That's fine. Do you know any security by any chance?

https://github.com/futrnostr/futr/blob/f1306f5dda1e8ab65b5f239d58b7461e8bc679f3/src/Nostr/Encryption.hs

see https://github.com/futrnostr/futr/pull/21

I wrote this, but I have no clue what I am doing here hahahaha

it works though.....

Kleidukos commented 1 month ago

I can emit some recommendations, as I participate in the Haskell Cryptography Group, but nothing beats an audit. ;-)