diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2011-05-05 11:43:13 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2011-05-05 11:44:39 (GMT) |
commit | 7ac511d8d906575dff1a02361e31251b244d3b3a (patch) | |
tree | 7f1239ad5b2c15f8996131c89d860ce8d9ba5bf5 /tests/auto/qtextdocument | |
parent | 111accbf9aaf95b052448ecb70937c61e9b59d66 (diff) | |
download | Qt-7ac511d8d906575dff1a02361e31251b244d3b3a.zip Qt-7ac511d8d906575dff1a02361e31251b244d3b3a.tar.gz Qt-7ac511d8d906575dff1a02361e31251b244d3b3a.tar.bz2 |
Remove misspelled comment in tst_qtextdocument.cpp
The comment was copy-pasted, spelling error and all, from the example
in the bug report, and really doesn't make any sense at all in this
context.
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qtextdocument')
-rw-r--r-- | tests/auto/qtextdocument/tst_qtextdocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextdocument/tst_qtextdocument.cpp b/tests/auto/qtextdocument/tst_qtextdocument.cpp index 26fa43d..7aa6578 100644 --- a/tests/auto/qtextdocument/tst_qtextdocument.cpp +++ b/tests/auto/qtextdocument/tst_qtextdocument.cpp @@ -2742,7 +2742,7 @@ void tst_QTextDocument::copiedFontSize() QTextDocument documentOutput; QFont fontInput; - fontInput.setPixelSize(24); // With pixels font size is not transfered in html + fontInput.setPixelSize(24); QTextCursor cursorInput(&documentInput); QTextCharFormat formatInput = cursorInput.charFormat(); |