-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6.1
-
None
The example code in the documentation for QObject::installEventFilter shows a "KeyPressEater" which does a static_cast from QEvent to QKeyEvent, but these classes are not directly related anymore. I had to cast from QEvent to QInputEvent and then to QKeyEvent.