Commit d16692ed authored by Morten Johan Sørvig's avatar Morten Johan Sørvig Committed by Morten Johan Sørvig
Browse files

Cocoa: Allow pasting text from Qt apps to Mail


Apple Mail will pick up and attempt to use the vCard
flavor, which then fails since the data Qt placed
on the clipboard is not actually a valid vCard.

Place data in the vCard format on the clipboard
only if the mime type is “text/vcard”.

[ChangeLog][OS X] Pasting text from Qt applications
to Apple Mail now works.

[ChangeLog][OS X] “text/vcard” is now required as
the mime type when placing vCards on the clipboard.

Task-number: QTBUG-48953
Change-Id: Id029b20317f2c5ad8ae225912484de3c97498d29
Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Reviewed-by: default avatarJake Petroules <jake.petroules@qt.io>
Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@qt.io>
parent f162e29a
Showing with 4 additions and 4 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment