]> cloud.milkyroute.net Git - dolphin.git/commit
Port away from QWheelEvent::orientation()
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Thu, 28 May 2020 16:53:31 +0000 (18:53 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Mon, 17 Aug 2020 20:19:44 +0000 (20:19 +0000)
commit864b59fcf1915bd2ca13703cc1e625f435224b27
treed664cb083830d5001bfdb62b699b8a69eb6942ec
parent97a14db70d9d16e595d1bced0d77ccdbba298bd9
Port away from QWheelEvent::orientation()

We are supposed to use QWheelEvent::angleDelta() instead. Upon an
horizontal/vertical scroll event, its `x()`/`y()` method will return a
value different from zero.
src/kitemviews/kitemlistcontainer.cpp