a11y atspi: Add missing closing tag in introspection XML
Pick-to: 6.4 Change-Id: I4497353ef33a10b94141b24b9cda3fa7ee3e17b9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
b5457082bb
commit
c2289ca582
|
|
@ -507,6 +507,7 @@ QString AtSpiAdaptor::introspect(const QString &path) const
|
|||
" </method>\n"
|
||||
" <method name=\"GetNSelections\">\n"
|
||||
" <arg direction=\"out\" type=\"i\"/>\n"
|
||||
" </method>\n"
|
||||
" <method name=\"GetSelection\">\n"
|
||||
" <arg direction=\"in\" type=\"i\" name=\"selectionNum\"/>\n"
|
||||
" <arg direction=\"out\" type=\"i\" name=\"startOffset\"/>\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue