mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
5.6.3: fix for https://bugreports.qt.io/browse/QTBUG-63451
This commit is contained in:
parent
8462e4a898
commit
f164138d23
@ -890,7 +890,7 @@ QAccessibleWindowContainer::QAccessibleWindowContainer(QWidget *w)
|
||||
|
||||
int QAccessibleWindowContainer::childCount() const
|
||||
{
|
||||
if (container()->containedWindow())
|
||||
if (container()->containedWindow() && QAccessible::queryAccessibleInterface(container()->containedWindow()))
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user