summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2025-11-27 13:12:50 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2025-12-04 09:12:24 +0100
commit699a39e7fd2e672a33230d3dd3bee902a6b1038d (patch)
tree769b4074ae0edc99a5358f92d25358871abc1f70
parent987300bfa70a98cf3fd567fe3690d4600088b2e7 (diff)
QSpiMatchRuleMatcher: Clarify comment mentioning method
Make clear that this refers to the AtSpiAdaptor method. Amends 7a478ff96f27fbfc8ddfbc67ba62276580aa02b4. Change-Id: I1de073208b6347276f16a0b36523bb097ec398a3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/gui/accessible/linux/qspimatchrulematcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accessible/linux/qspimatchrulematcher.cpp b/src/gui/accessible/linux/qspimatchrulematcher.cpp
index 48357f7ae63..a63bdd04443 100644
--- a/src/gui/accessible/linux/qspimatchrulematcher.cpp
+++ b/src/gui/accessible/linux/qspimatchrulematcher.cpp
@@ -37,7 +37,7 @@ QSpiMatchRuleMatcher::QSpiMatchRuleMatcher(const QSpiMatchRule &matchRule)
}
}
- // use qualified interface names to match what accessibleInterfaces() returns
+ // use qualified interface names to match what AtSpiAdaptor::accessibleInterfaces returns
m_interfaces.reserve(matchRule.interfaces.size());
for (const QString &ifaceName : matchRule.interfaces)
m_interfaces.push_back("org.a11y.atspi."_L1 + ifaceName);