Doc: Mention version of QApplication::setActiveWindow() deprecation
Pick-to: 6.5 6.6 Change-Id: I7cd9be3b34a4cb7f396d175ff8137b590c2435c9 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
4ec9e4b2b1
commit
be26eb14da
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue