diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-27 15:05:59 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-27 15:05:59 (GMT) |
commit | 7ca94a08b9c232aaccb74fa85912515b8f9a6619 (patch) | |
tree | e60229477bc8269cf14904620bf0fc5ad18ef6d0 /src/gui/text/qtextlayout.cpp | |
parent | f8c9314d6224948c28487e291b4cdad0049682c7 (diff) | |
parent | 7285c09ef777569514e73dffa22ecfdb7df6ba8f (diff) | |
download | Qt-7ca94a08b9c232aaccb74fa85912515b8f9a6619.zip Qt-7ca94a08b9c232aaccb74fa85912515b8f9a6619.tar.gz Qt-7ca94a08b9c232aaccb74fa85912515b8f9a6619.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'src/gui/text/qtextlayout.cpp')
-rw-r--r-- | src/gui/text/qtextlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextlayout.cpp b/src/gui/text/qtextlayout.cpp index f432b7e..f1278b9 100644 --- a/src/gui/text/qtextlayout.cpp +++ b/src/gui/text/qtextlayout.cpp @@ -1615,7 +1615,7 @@ void QTextLine::setLineWidth(qreal width) if (line.length && line.textWidth <= line.width && line.from + line.length == eng->layoutData->string.length()) - // no need to do anything if the line is already layouted and the last one. This optimisation helps + // no need to do anything if the line is already layouted and the last one. This optimization helps // when using things in a single line layout. return; line.length = 0; |