Skip to content

[Klipper] Guard against broken data fetches

David Edmundson requested to merge work/klipper_guard into master

QMimeData::data() can fail. Fetching is done on demand. It's also possible for clients to advertise mimedata they don't really have.

This patch checks the read data before inserting into history.

Merge request reports