Fix typos

Change-Id: Ic0389d36bad001935376fb29d8c925b7ff908e4f
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
This commit is contained in:
Pekka Vuorela 2012-02-16 14:24:22 +02:00 committed by Qt by Nokia
parent 7401832a7d
commit 5d49ca960c
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\fn int QAbstractTextDocumentLayout::hitTest(const QPointF &point, Qt::HitTestAccuracy accuracy) const \fn int QAbstractTextDocumentLayout::hitTest(const QPointF &point, Qt::HitTestAccuracy accuracy) const
Returns the cursor postion for the given \a point with the specified Returns the cursor position for the given \a point with the specified
\a accuracy. Returns -1 if no valid cursor position was found. \a accuracy. Returns -1 if no valid cursor position was found.
*/ */

View File

@ -314,7 +314,7 @@ void QScrollerProperties::setScrollMetric(ScrollMetric metric, const QVariant &v
\value MousePressEventDelay This is the time a mouse press event is delayed when starting \value MousePressEventDelay This is the time a mouse press event is delayed when starting
a flick gesture in \c{[s]}. If the gesture is triggered within that time, no mouse press or a flick gesture in \c{[s]}. If the gesture is triggered within that time, no mouse press or
release is sent to the scrolled object. If it triggers after that delay the delayed release is sent to the scrolled object. If it triggers after that delay the delayed
mouse press plus a faked release event at global postion \c{QPoint(-QWIDGETSIZE_MAX, mouse press plus a faked release event at global position \c{QPoint(-QWIDGETSIZE_MAX,
-QWIDGETSIZE_MAX)} is sent. If the gesture is canceled, then both the delayed mouse -QWIDGETSIZE_MAX)} is sent. If the gesture is canceled, then both the delayed mouse
press plus the real release event are delivered. press plus the real release event are delivered.