You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
From b3906b4b8660a4125916719f5016cd41c45d9cd3 Mon Sep 17 00:00:00 2001
|
|
From: Frederik Gladhorn <frederik.gladhorn@digia.com>
|
|
Date: Wed, 30 Apr 2014 22:32:15 +0200
|
|
Subject: [PATCH 06/12] Remove debug output
|
|
|
|
---
|
|
src/qaccessibilityclient/registry_p.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/qaccessibilityclient/registry_p.cpp b/src/qaccessibilityclient/registry_p.cpp
|
|
index 584685b..c86eee8 100644
|
|
--- a/src/qaccessibilityclient/registry_p.cpp
|
|
+++ b/src/qaccessibilityclient/registry_p.cpp
|
|
@@ -1430,7 +1430,7 @@ bool RegistryPrivate::removeAccessibleObject(const QAccessibleClient::QSpiObject
|
|
|
|
void RegistryPrivate::slotChildrenChanged(const QString &state, int detail1, int detail2, const QDBusVariant &args, const QAccessibleClient::QSpiObjectReference &reference)
|
|
{
|
|
- qDebug() << Q_FUNC_INFO << state << detail1 << detail2 << args.variant() << reference.path.path();
|
|
+// qDebug() << Q_FUNC_INFO << state << detail1 << detail2 << args.variant() << reference.path.path();
|
|
QAccessibleClient::AccessibleObject parentAccessible = accessibleFromContext();
|
|
if (!parentAccessible.isValid()) {
|
|
qWarning() << Q_FUNC_INFO << "Children change with invalid parent." << reference.path.path();
|
|
--
|
|
2.9.4
|
|
|