Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
5.4.0
Description
At least on Windows possible errors in handling clipboard data are only printed out with qErrnoWarning but no error codes are returned.
For example setMimeData can fail but will only print an error instead of returning an error code.
void QWindowsClipboard::setMimeData(QMimeData *mimeData, QClipboard::Mode mode)
Attachments
Issue Links
- relates to
-
QTBUG-25318 Windows: Suggest to implement fallback for clipboard (text) should OleInitialize fail due to different COM thread apartment mode or similar
- Reported