summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-03-27 12:27:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-03 07:27:00 +0200
commit0c7e6ac083cbcc7427bcd2407483145ff259a44c (patch)
treeb92fb505e82213853e176353d79ab83b76e822b0 /src/gui/kernel
parent6060716066af873384f0a2c98b9656a16c4e4320 (diff)
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>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qwindow.cpp6
1 files changed, 3 insertions, 3 deletions
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()
*/