summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtXAccessible.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/qt5/QtXAccessible.hxx')
-rw-r--r--vcl/inc/qt5/QtXAccessible.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/qt5/QtXAccessible.hxx b/vcl/inc/qt5/QtXAccessible.hxx
index 4f4285e8065b..ddb7849b641c 100644
--- a/vcl/inc/qt5/QtXAccessible.hxx
+++ b/vcl/inc/qt5/QtXAccessible.hxx
@@ -28,6 +28,11 @@ class QtXAccessible : public QObject
public:
QtXAccessible(css::uno::Reference<css::accessibility::XAccessible> xAccessible);
+
+ /** Reference to the XAccessible.
+ * This is cleared once it has been passed to the QtAccessibleWidget,
+ * which then keeps an own reference and takes care of all required
+ * access to the XAccessible for the Qt a11y bridge. */
css::uno::Reference<css::accessibility::XAccessible> m_xAccessible;
};