]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-4.0.0-snapshot / fix-qwidget.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp~fix-qwidget
7 +++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp
8 @@ -6272,7 +6272,9 @@
9          ic->update();
10  #endif
11      // ##### is this correct
12 +#ifndef QT_NO_ACCESSIBILITY
13      QAccessible::updateAccessibility(this, 0, QAccessible::StateChanged);
14 +#endif
15  }
16  
17