Skip to content
Commit 37654fa3 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Call parent ::event()

::event() implementations need to call the parent ::event() otherwise things like deleteLater which is implemented in QObject::event won't work
In this case it probably doesn't matter, but it's always good to have "good code"

Backport from kdelibs4support

REVIEW: 125148
parent 51da90df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment