The source project of this merge request has been removed.
[Splitter] Improve double click detection
This MR improves double click detection on the splitter handle. Sometimes QSplitterHandle doesn't receive MouseButtonDblClick event. We can detect that MouseButtonDblClick event should have been received if we receive two MouseButtonRelease events in a row.