QTextLine::cursorToX: Fix typo in the documentation

Change-Id: Iecdcab5145b147edbab78b08bd6c9e2dc2f18d48
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
Konstantin Ritt 2015-11-21 00:22:59 +04:00
parent 25301203bf
commit 6a2b17eeec

View File

@ -2617,7 +2617,7 @@ void QTextLine::draw(QPainter *p, const QPointF &pos, const QTextLayout::FormatR
inside the line, taking account of the \a edge.
If \a cursorPos is not a valid cursor position, the nearest valid
cursor position will be used instead, and cpos will be modified to
cursor position will be used instead, and \a cursorPos will be modified to
point to this valid cursor position.
\sa xToCursor()