-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: move QtAccessibilityDelegate instance to QtActivityDelegateBase
Similar to the display manager and the input delegate, keep the accessibility delegate under the base class. Also, following the same pattern as in the parent patch, assign a default instance for this in the delegate in the constructor, and initialize anything later when needed. Also, make sure calls for various objects under the QtAccessibilityDelegate are safe and guarded. Task-number: QTBUG-129704 Pick-to: 6.8 Change-Id: I14a57d8e0916127ae8fa00acb3265b92803087dc Reviewed-by: Petri Virkkunen <[email protected]>
- Loading branch information
Showing
3 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters