Details
Description
The m_pressAndHoldTimer in QMouseHandlerPrivate is deleted automatically because it is a QScopedPointer and once more because it has the QMouseHandler as a parent.
This can cause applications that uses QMouseHandler to crash on exit (or earlier, if the handler is deleted explicitly).