Skip to content

[klipper] Use full text for DBus return values

David Edmundson requested to merge work/klipper_dbus into master

In a recent commit HistoryItem::text() became the visual representation of the mimedata; often a truncated string.

mimeData()->text() always returns the full value.

BUG: 446441

Merge request reports