[neon/qt/qtwayland/Neon/release_focal] debian/patches: remove patch
Jonathan Esk-Riddell
null at kde.org
Tue Nov 1 16:45:46 GMT 2022
Git commit 462a8cc471a05c1e957ed7c25862191774d1e750 by Jonathan Esk-Riddell.
Committed on 01/11/2022 at 16:45.
Pushed by jriddell into branch 'Neon/release_focal'.
remove patch
D +0 -16 debian/patches/51.diff
M +0 -1 debian/patches/series
https://invent.kde.org/neon/qt/qtwayland/commit/462a8cc471a05c1e957ed7c25862191774d1e750
diff --git a/debian/patches/51.diff b/debian/patches/51.diff
deleted file mode 100644
index 46589d3..0000000
--- a/debian/patches/51.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-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 951cd45..3a8561e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
skip_animated_cursor_test.diff
-51.diff
More information about the Neon-commits
mailing list