Doc: Mention version of QApplication::setActiveWindow() deprecation

Change-Id: I7cd9be3b34a4cb7f396d175ff8137b590c2435c9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit be26eb14da255514270773f9b90e9154c7a4c1c1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-08-22 15:04:30 +02:00 committed by Qt Cherry-pick Bot
parent 646912cac7
commit b02a296710

View File

@ -1774,7 +1774,7 @@ void QApplicationPrivate::notifyLayoutDirectionChange()
/*!
\fn void QApplication::setActiveWindow(QWidget* active)
\deprecated Use QWidget::activateWindow() instead.
\deprecated [6.5] Use QWidget::activateWindow() instead.
Sets the active window to the \a active widget in response to a system
event. The function is called from the platform specific event handlers.