Hi,

I was experimenting with our 2 different approaches to implement this in kate4 
yesterday. Somehow, after implementing KateApp::eventFilter() I kept seeing 
events being delivered to that function after commenting out the corresponding 
installEventFilter() call. That's with a KApplication::eventFilter() function 
in place, but non-virtual so it should be called instead of 
KateApp::eventFilter when that function is not installed.

Have you checked whether `installEventFilter(this)` is redundant?

Cheers,
René
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to