Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.91 KB | None | 0 0
  1. From 9d17ea7650e8f0212c2ae2ee21dbc9cda96a4ad1 Mon Sep 17 00:00:00 2001
  2. From: Frederik Gladhorn <[email protected]>
  3. Date: Fri, 23 Mar 2012 14:12:33 +0100
  4. Subject: [PATCH] Do not send QEvent::AccessibilityPrepare.
  5.  
  6. Change-Id: I24069a1c9e63d4c0a1f9b1336b94ab0712ac5ccf
  7. ---
  8. src/gui/accessible/qaccessible.cpp |    3 ---
  9.  1 files changed, 0 insertions(+), 3 deletions(-)
  10.  
  11. diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp
  12. index 50f5b50..dba84f4 100644
  13. --- a/src/gui/accessible/qaccessible.cpp
  14. +++ b/src/gui/accessible/qaccessible.cpp
  15. @@ -586,9 +586,6 @@ QAccessibleInterface *QAccessible::queryAccessibleInterface(QObject *object)
  16.      if (!object)
  17.          return 0;
  18.  
  19. -    QEvent e(QEvent::AccessibilityPrepare);
  20. -    QApplication::sendEvent(object, &e);
  21. -
  22.      const QMetaObject *mo = object->metaObject();
  23.      while (mo) {
  24.          const QLatin1String cn(mo->className());
  25. --
  26. 1.7.5.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement