Fix git builds against Qt 5.14
ClosedPublic

Authored by apol on Dec 1 2019, 11:22 PM.

Details

Summary

It's not really acceptable to just error on everything since some of the
solutions (like in this case) might not be retrocompatible.

The error was:
kdecoration/src/decoration.cpp:386:37: error: no member named 'posF' in 'QWheelEvent'

Test Plan

Builds now

Diff Detail

Repository
R129 Window Decoration Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol created this revision.Dec 1 2019, 11:22 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 1 2019, 11:22 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
apol requested review of this revision.Dec 1 2019, 11:22 PM
vkrause accepted this revision.Dec 2 2019, 9:33 AM
This revision is now accepted and ready to land.Dec 2 2019, 9:33 AM
This revision was automatically updated to reflect the committed changes.