Merge remote-tracking branch 'origin/qt6_beyond_the_splash' into qt6_beyond_the_splash

This commit is contained in:
j.delarago 2022-04-01 17:26:28 +02:00
commit 0f84fc3abe
5 changed files with 17 additions and 16 deletions

View file

@ -172,7 +172,7 @@ Item
{
anchors.fill: contents
acceptedButtons: Qt.AllButtons
onWheel: wheel.accepted = true
onWheel: (wheel) => { wheel.accepted = true }
}
ListView