[neon/qt/qtwayland/Neon/release] debian/patches: add patch from https://invent.kde.org/qt/qt/qtwayland/-/merge_requests/51/diffs

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


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

add patch from https://invent.kde.org/qt/qt/qtwayland/-/merge_requests/51/diffs

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

https://invent.kde.org/neon/qt/qtwayland/commit/bbbc5bae0e1a22c43750ba6d33c2da688dfd30d7

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 b3c9115..e0d9426 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 skip_animated_cursor_test.diff
 gcc_11.diff
+51.diff


More information about the Neon-commits mailing list