Commit 73e72f7b authored by Alexandru Croitor's avatar Alexandru Croitor
Browse files

Replace accessibility private API usage with QQmlProperty


Previously enabling accessibility for the QtQuick WebEngineView was
done by calling QuickAccessibleAttached::qmlAttachedProperties()
which is a private API call.
Instead of that, set the Accessibility attached properties by using
QQmlProperty.

Task-number: QTBUG-63098
Change-Id: Ibc927c1fce121dee56d8a21af412056d98c82c4d
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
parent b6d0d119
Showing with 10 additions and 8 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment