Doc: Mark QEvent::DevicePixelRatioChange as new in 6.6
Fixes: QTBUG-116872 Pick-to: 6.6 Change-Id: I5094a0c0f3deed1e4f6b59e577367c220be8774e Reviewed-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
parent
ef748095fe
commit
7c5e64eb0a
@ -86,7 +86,8 @@ Q_TRACE_POINT(qtcore, QEvent_dtor, QEvent *event, QEvent::Type type);
|
||||
\value ContextMenu Context popup menu (QContextMenuEvent).
|
||||
\value CursorChange The widget's cursor has changed.
|
||||
\value DeferredDelete The object will be deleted after it has cleaned up (QDeferredDeleteEvent)
|
||||
\value DevicePixelRatioChange The devicePixelRatio has changed for this widget's or window's underlying backing store
|
||||
\value [since 6.6] DevicePixelRatioChange
|
||||
The devicePixelRatio has changed for this widget's or window's underlying backing store.
|
||||
\value DragEnter The cursor enters a widget during a drag and drop operation (QDragEnterEvent).
|
||||
\value DragLeave The cursor leaves a widget during a drag and drop operation (QDragLeaveEvent).
|
||||
\value DragMove A drag and drop operation is in progress (QDragMoveEvent).
|
||||
|
Loading…
Reference in New Issue
Block a user