summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:51:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commit864a843f98f58ce09528dca1ae7465f8149e404f (patch)
treeb56598c569dc0ab322b0c2d98a9769e1bccbc8ae /src/gui/kernel
parentc3189a0a229cf6ac0e9ea93854b0273551e119d0 (diff)
fix a few qdoc command typos
Change-Id: I5eb3a6d2bb7939f001f1fcb836660dd46a47c350 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qevent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 5abe8a3934..e7aabe8623 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -553,9 +553,9 @@ QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, int delta
The \a pos provides the location of the mouse cursor
within the window. The position in global coordinates is specified
- by \a globalPos. \pixelDelta contains the scrolling distance
+ by \a globalPos. \a pixelDelta contains the scrolling distance
in pixels on screen, \a angleDelta contains the wheel rotation distance.
- \pixelDelta is optional and can be null.
+ \a pixelDelta is optional and can be null.
\a modifiers holds the keyboard modifier flags at the time of the event.