Fixed documentation of QWidget::mouseDoubleClickEvent.
Since change 3bb9024952
the documentation is invalid.
Task-number: QTBUG-29680
Change-Id: I7d5fcb6bc490aa5cba83439d33f798459640c42d
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
parent
9d7fe3eb3d
commit
2cea97bc61
@ -8434,8 +8434,6 @@ void QWidget::mouseReleaseEvent(QMouseEvent *event)
|
||||
This event handler, for event \a event, can be reimplemented in a
|
||||
subclass to receive mouse double click events for the widget.
|
||||
|
||||
The default implementation generates a normal mouse press event.
|
||||
|
||||
\note The widget will also receive mouse press and mouse release
|
||||
events in addition to the double click event. It is up to the
|
||||
developer to ensure that the application interprets these events
|
||||
|
Loading…
Reference in New Issue
Block a user