[neon/qt/qtwayland/Neon/release_focal] debian/patches: cherry-pick patch

Jonathan Esk-Riddell null at kde.org
Fri Sep 9 14:47:52 BST 2022


Git commit 084967f5245a8fae4a5f01c83666814587b4292b by Jonathan Esk-Riddell.
Committed on 09/09/2022 at 13:47.
Pushed by jriddell into branch 'Neon/release_focal'.

cherry-pick patch

A  +16   -0    debian/patches/51.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/qt/qtwayland/commit/084967f5245a8fae4a5f01c83666814587b4292b

diff --git a/debian/patches/51.diff b/debian/patches/51.diff
new file mode 100644
index 0000000..46589d3
--- /dev/null
+++ b/debian/patches/51.diff
@@ -0,0 +1,16 @@
+diff --git a/tests/auto/client/seatv5/tst_seatv5.cpp b/tests/auto/client/seatv5/tst_seatv5.cpp
+index b063e0d93c05437bf93fed0b7224f2db5fff26fd..2ea382f1c044e2f97684f6477ea564387e655bfb 100644
+--- a/tests/auto/client/seatv5/tst_seatv5.cpp
++++ b/tests/auto/client/seatv5/tst_seatv5.cpp
+@@ -665,9 +665,9 @@ void tst_seatv5::cancelTouch()
+     {
+         auto e = window.m_events.takeFirst();
+         QCOMPARE(e.type, QEvent::TouchBegin);
+-        QCOMPARE(e.touchPointStates, QEventPoint::State::Pressed);
++        QCOMPARE(e.touchPointStates, Qt::TouchPointPressed);
+         QCOMPARE(e.touchPoints.length(), 1);
+-        QCOMPARE(e.touchPoints.first().position(), QPointF(32-window.frameMargins().left(), 32-window.frameMargins().top()));
++        QCOMPARE(e.touchPoints.first().pos(), QPointF(32-window.frameMargins().left(), 32-window.frameMargins().top()));
+     }
+     {
+         auto e = window.m_events.takeFirst();
diff --git a/debian/patches/series b/debian/patches/series
index 3a8561e..951cd45 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 skip_animated_cursor_test.diff
+51.diff


More information about the Neon-commits mailing list