Skip to content

Avoid use of private Qt API by dropping workaround in accessibleWidgetFactory

Fabian Vogt requested to merge work/fvogt/noprivate into master

This condition is not mentioned in documentation or any examples for QAccessibleInterface, it was apparently copied from qtbase's qAccessibleFactory. That means it's most likely not necessary in plain applications, otherwise it would be done by Qt itself.

I tested this with at-spi2 + orca in an X11 Plasma session, I couldn't find any difference regarding the "Audit Log" label and it did not crash.

Merge request reports