Skip to content
Commit dc918447 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: 125147
parent 0f95c940
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