summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-08-18 09:29:26 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-08-19 04:43:01 +0200
commit0131dbd2f95449c09758208d8b190c9238a5c46a (patch)
tree49f7999f53598b8638844a8be37f907133bf4e40 /src
parente6599bfa6134cfd3097c9cb8ec45801ae810f3df (diff)
downloadqtbase-0131dbd2f95449c09758208d8b190c9238a5c46a.tar.gz
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>
Diffstat (limited to 'src')
-rw-r--r--src/gui/accessible/linux/atspiadaptor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/accessible/linux/atspiadaptor.cpp b/src/gui/accessible/linux/atspiadaptor.cpp
index 03d54f29f4..5fe0d54fe2 100644
--- a/src/gui/accessible/linux/atspiadaptor.cpp
+++ b/src/gui/accessible/linux/atspiadaptor.cpp
@@ -1190,9 +1190,6 @@ void AtSpiAdaptor::childrenChanged(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
QAccessibleInterface * parent = interface->parent();
if (!parent) {