[neon/qt/qtquickcontrols2/Neon/unstable] debian: Refresh 0007-implement-a11y-pressing-of-qquickabstractbutton.patch.
Dmitry Shachnev
null at kde.org
Mon Apr 29 17:44:21 BST 2024
Git commit 3fb0994a4f7a6e44a6d49b00441f3bbf96d87d58 by Dmitry Shachnev.
Committed on 22/04/2023 at 16:12.
Pushed by jriddell into branch 'Neon/unstable'.
Refresh 0007-implement-a11y-pressing-of-qquickabstractbutton.patch.
M +1 -0 debian/changelog
M +2 -2 debian/patches/0007-implement-a11y-pressing-of-qquickabstractbutton.patch
https://invent.kde.org/neon/qt/qtquickcontrols2/-/commit/3fb0994a4f7a6e44a6d49b00441f3bbf96d87d58
diff --git a/debian/changelog b/debian/changelog
index 681cd04..9b3aaa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtquickcontrols2-opensource-src (5.15.9+dfsg-1) UNRELEASED; urgency=medium
* Drop patches that are included in the new release:
- 0003-QQuickAction-don-t-grab-the-same-shortcut-multiple-t.patch
- 0004-QQuickAbstractButton-fix-crash-on-destruction.patch
+ * Refresh 0007-implement-a11y-pressing-of-qquickabstractbutton.patch.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 22 Apr 2023 16:58:11 +0300
diff --git a/debian/patches/0007-implement-a11y-pressing-of-qquickabstractbutton.patch b/debian/patches/0007-implement-a11y-pressing-of-qquickabstractbutton.patch
index b1a2adc..fee5aac 100644
--- a/debian/patches/0007-implement-a11y-pressing-of-qquickabstractbutton.patch
+++ b/debian/patches/0007-implement-a11y-pressing-of-qquickabstractbutton.patch
@@ -1,4 +1,4 @@
-From 5465566a4ad9f6f9758bed304153f0c7fec3437b Mon Sep 17 00:00:00 2001
+From 29c60b84e92c83c28211bc349eb00e6c93eeed80 Mon Sep 17 00:00:00 2001
From: Harald Sitter <sitter at kde.org>
Date: Wed, 2 Nov 2022 12:39:11 +0100
Subject: [PATCH] implement a11y pressing of qquickabstractbutton
@@ -23,7 +23,7 @@ qtdeclarative)
--- a/src/quicktemplates2/qquickabstractbutton.cpp
+++ b/src/quicktemplates2/qquickabstractbutton.cpp
-@@ -1187,6 +1187,12 @@ QAccessible::Role QQuickAbstractButton::accessibleRole() const
+@@ -1201,6 +1201,12 @@ QAccessible::Role QQuickAbstractButton::accessibleRole() const
}
return QAccessible::Button;
}
More information about the Neon-commits
mailing list