Doc: Fix the documentation for QWindow::focusObjectChanged()
Fix the documented function signature to match the declared one. Task-number: QTBUG-30398 Change-Id: I0d4894e2597f70e29a3edd4ceda91a4dddb9941e Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
parent
6060716066
commit
0c7e6ac083
@ -1609,10 +1609,10 @@ QAccessibleInterface *QWindow::accessibleRoot() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QWindow::focusObjectChanged(QObject *focusObject)
|
\fn QWindow::focusObjectChanged(QObject *object)
|
||||||
|
|
||||||
This signal is emitted when final receiver of events tied to focus is
|
This signal is emitted when the final receiver of events tied to focus
|
||||||
changed to \a focusObject.
|
is changed to \a object.
|
||||||
|
|
||||||
\sa focusObject()
|
\sa focusObject()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user