Doc: Mark QEvent::DevicePixelRatioChange as new in 6.6

Fixes: QTBUG-116872
Change-Id: I5094a0c0f3deed1e4f6b59e577367c220be8774e
Reviewed-by: David Edmundson <davidedmundson@kde.org>
(cherry picked from commit 7c5e64eb0a0e425229782244789ebdc1749311ab)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-09-08 08:57:18 +02:00 committed by Qt Cherry-pick Bot
parent dce0b8ea69
commit 515a0faf85

View File

@ -85,7 +85,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).