]> sigrok.org Git - pulseview.git/commitdiff
viewport: event->position() isn't Qt 5.12, tweak version check
authorGerhard Sittig <redacted>
Sat, 29 Oct 2022 19:37:21 +0000 (21:37 +0200)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 12:36:06 +0000 (13:36 +0100)
According to https://doc.qt.io/qt-5/qwheelevent.html#position the
QWheelEvent::position() method was introduced in Qt 5.14. Adjust
the Qt version check to unbreak builds with Qt 5.12.


No differences found