From 864a843f98f58ce09528dca1ae7465f8149e404f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 1 Aug 2012 14:51:35 +0200 Subject: fix a few qdoc command typos Change-Id: I5eb3a6d2bb7939f001f1fcb836660dd46a47c350 Reviewed-by: Casper van Donderen --- src/gui/kernel/qevent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/kernel/qevent.cpp') 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. -- cgit v1.2.3