Home GnuPG

Avoid use of private Qt API by dropping workaround in accessibleWidgetFactory

Description

Avoid use of private Qt API by dropping workaround in accessibleWidgetFactory

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.