Fix crash when clipboard is not available
ClosedPublic

Authored by cfeck on Apr 28 2020, 7:48 AM.

Details

Summary

QClipboard::mimeData() can be nullptr according to documentation.

BUG: 419722

Diff Detail

Repository
R983 KDiff3
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
cfeck requested review of this revision.Apr 28 2020, 7:48 AM
cfeck created this revision.
mreeves accepted this revision.Apr 29 2020, 2:23 AM

Thanks this should apply to both master and 1.8 branches

This revision is now accepted and ready to land.Apr 29 2020, 2:23 AM
This revision was automatically updated to reflect the committed changes.