a11y atspi: Drop commented out "say hello to d-bus" code

This looks like a remnant of previous WIP code and was
added in commit 8e1ff45e74f529c7f49688242ea0fd25ce2913f3
("Add Linux Accessibility Bridge").

Change-Id: I8fab2c3554af101ed134715a4d4a494bdb01fc98
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Michael Weghorn 2022-08-18 09:29:26 +02:00
parent e6599bfa61
commit 0131dbd2f9

View File

@ -1190,9 +1190,6 @@ void AtSpiAdaptor::childrenChanged(QAccessibleInterface *interface) const
void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const
{ {
// // say hello to d-bus
// cache->emitAddAccessible(accessible->getCacheItem());
// notify about the new child of our parent // notify about the new child of our parent
QAccessibleInterface * parent = interface->parent(); QAccessibleInterface * parent = interface->parent();
if (!parent) { if (!parent) {