From 963e99197376368e613be865e470b3af5a7a28a6 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Sat, 22 Apr 2023 15:10:47 +0300 Subject: TableCell.xml: Add Get{Column,Row}HeaderCells methods These are in active use but were not contained in the XML description yet. I ran into this because the Orca screen reader switched to using these methods in Orca commit ac2c4470ff4401b53b6de48e12ea5a0a6347897c ("Prefer table cell interface for getting row and column headers") [1], but Qt does not implement them yet for the TableCell interface, since the commit that added support for the AT-SPI TableCell interface [2] only implemented the methods documented in the XML description. [1] https://gitlab.gnome.org/GNOME/orca/-/commit/ac2c4470ff4401b53b6de48e12ea5a0a6347897c [2] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=5145d3899d338fbb82a2d314c58eb60a4a5205f8 --- xml/TableCell.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/xml/TableCell.xml b/xml/TableCell.xml index fe61d90a..269a7ad4 100644 --- a/xml/TableCell.xml +++ b/xml/TableCell.xml @@ -22,5 +22,24 @@ + + + + + + + + + + + -- cgit v1.2.1