Fix typo
Correct a typo introduced with 833e1cef. Change-Id: I5c101e015c0fbd7de03d26ff3f8629418f070db2 Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
parent
2963028207
commit
391a169ff9
@ -272,7 +272,7 @@ QPlatformAccessibility *QWaylandIntegration::accessibility() const
|
|||||||
{
|
{
|
||||||
if (!mAccessibility) {
|
if (!mAccessibility) {
|
||||||
#ifndef QT_NO_ACCESSIBILITY_ATSPI_BRIDGE
|
#ifndef QT_NO_ACCESSIBILITY_ATSPI_BRIDGE
|
||||||
Q_ASSERT_X(QCoreApplication::eventDispatcher(), "QXcbIntegration",
|
Q_ASSERT_X(QCoreApplication::eventDispatcher(), "QWaylandIntegration",
|
||||||
"Initializing accessibility without event-dispatcher!");
|
"Initializing accessibility without event-dispatcher!");
|
||||||
mAccessibility.reset(new QSpiAccessibleBridge());
|
mAccessibility.reset(new QSpiAccessibleBridge());
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user