From 0c7e6ac083cbcc7427bcd2407483145ff259a44c Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 27 Mar 2013 12:27:14 +0100 Subject: 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 --- src/gui/kernel/qwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp index f09edfe88e..2307df37ac 100644 --- a/src/gui/kernel/qwindow.cpp +++ b/src/gui/kernel/qwindow.cpp @@ -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() */ -- cgit v1.2.3