Port away from deprecated qVariantFromValue
ClosedPublic

Authored by zzag on Sep 18 2019, 8:09 AM.

Details

Summary

qVariantFromValue is deprecated since Qt 5.14. It's advised to use
QVariant::fromValue instead.

Test Plan

Compiles.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Sep 18 2019, 8:09 AM
Restricted Application added a project: KWin. · View Herald TranscriptSep 18 2019, 8:09 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Sep 18 2019, 8:09 AM
davidedmundson accepted this revision.Sep 18 2019, 8:50 AM
This revision is now accepted and ready to land.Sep 18 2019, 8:50 AM
This revision was automatically updated to reflect the committed changes.