Don't reinterpret_cast QEvent
We know that we'll be a QHelpEvent
from QEvent::ToolTip
, so do a
static_cast from the event handler (where it's obvious from context),
and then pass it along to tryShowNameToolTip
.
Random drive-by finding. Tooltip for elided file name still shows up fine.