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

Pick-to: 6.5 6.6
Change-Id: I7cd9be3b34a4cb7f396d175ff8137b590c2435c9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Kai Köhne 2023-08-22 15:04:30 +02:00
parent 4ec9e4b2b1
commit be26eb14da

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.