diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2009-09-03 10:17:39 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2009-09-03 10:17:39 (GMT) |
commit | 0dcf114697309f3f23f9717b608fa2be1813fe94 (patch) | |
tree | 3f8702e3e58f3c1a40fff7f05d4ad7dfe167f8c9 /src/gui/kernel/qcocoaview_mac_p.h | |
parent | 992a3cb734cae82a4df6c3481138379b90bdc404 (diff) | |
download | Qt-0dcf114697309f3f23f9717b608fa2be1813fe94.zip Qt-0dcf114697309f3f23f9717b608fa2be1813fe94.tar.gz Qt-0dcf114697309f3f23f9717b608fa2be1813fe94.tar.bz2 |
Revert ed00fff3cb.
This caused dublicate key events in come cases, for example
in the Qt Creator quick serach line edit.
RevBy: TrustMe
Diffstat (limited to 'src/gui/kernel/qcocoaview_mac_p.h')
-rw-r--r-- | src/gui/kernel/qcocoaview_mac_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qcocoaview_mac_p.h b/src/gui/kernel/qcocoaview_mac_p.h index 9d4e3d0..3810a2b 100644 --- a/src/gui/kernel/qcocoaview_mac_p.h +++ b/src/gui/kernel/qcocoaview_mac_p.h @@ -86,7 +86,6 @@ Q_GUI_EXPORT bool composing; int composingLength; bool sendKeyEvents; - bool inKeyDown; QString *composingText; QStringList *currentCustomTypes; NSInteger dragEnterSequence; |