diff options
author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2019-08-30 22:06:17 +0200 |
---|---|---|
committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2019-09-05 20:41:43 +0200 |
commit | a42a4513398a159e4f6749fbcb1309c4a42b4841 (patch) | |
tree | b1d654b4c73f23186fd0e529d1e04b1c10677e93 /qtbase.pro | |
parent | 15edba41014690332f4753f932fa7d928096cb73 (diff) | |
download | qtbase-a42a4513398a159e4f6749fbcb1309c4a42b4841.tar.gz |
QShortcut: call base class implementation in event()
QShortcut::event() did not call the base class implementation
QObject::event() which caused that e.g. QEvent::DeferredDelete was not
handled.
Fix it by calling QObject::event() when the event was not handled.
Fixes: QTBUG-66809
Change-Id: Ideebc980bc658f8f2b9ec4417e738bccda5eeab5
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'qtbase.pro')
0 files changed, 0 insertions, 0 deletions