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:
Topi Reinio 2013-03-27 12:27:14 +01:00 committed by The Qt Project
parent 6060716066
commit 0c7e6ac083

View File

@ -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
changed to \a focusObject.
This signal is emitted when the final receiver of events tied to focus
is changed to \a object.
\sa focusObject()
*/