diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-04-08 08:45:41 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-04-08 08:50:01 (GMT) |
commit | c131208e59f5b2dd517b00c4539458760b8fd8aa (patch) | |
tree | 8c4b74c15310f8ce02b51db36429f7ad5bf2045d /src/corelib | |
parent | 510ce6fa8a3a30063744eaaf004850679610060e (diff) | |
download | Qt-c131208e59f5b2dd517b00c4539458760b8fd8aa.zip Qt-c131208e59f5b2dd517b00c4539458760b8fd8aa.tar.gz Qt-c131208e59f5b2dd517b00c4539458760b8fd8aa.tar.bz2 |
BT: Fix infinite recursion potential from change acff913a6287ad50b0ac782
It seems there is a potential for recursion because calling keyDown:
can bubble up to the window which will start the process all over again.
keyDown: will actually call qt_dispatchKeyEvent(), we may as well short
it out here. All the previous cases I tried continue to work and we
don't crash Creator if you are really impatient hitting keys.
Diffstat (limited to 'src/corelib')
0 files changed, 0 insertions, 0 deletions