Skip to content
Commit 42cf29d5 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"

REVIEW: 125146
parent f9b69ff1
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