2012/9/9, Mark Cox <
mark...@gmail.com>:
> Option 3: Remove the exclusion on overriding eventFilter in instances of
> QObject.
>
> I am not sure on the history of why eventFilter is excluded in the first
> place.
I don't remember why I excluded overriding of "eventFilter" initially,
so I just removed the exclusion in "helper/generate.lisp", and it
works fine now.
So, repeating for all:
You can now use QOVERRIDE for QObject::eventFilter(QObject*, QEvent*)
together with QObject::installEventFilter(QObject*).
(The function QADD-EVENT-FILTER is simply more convenient for e.g.
application wide event filters.)
Paul