summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-05-05 13:43:13 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-05-05 13:38:13 +0200
commit45b80f054fb729ec94714ee1a5f6145352be0296 (patch)
tree091fa858820373454124c1adcd309b8f76add5b3 /tests/auto
parent1daf67042da6e25ae1a2733b374f83375d79b713 (diff)
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 (cherry picked from commit 7ac511d8d906575dff1a02361e31251b244d3b3a)
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qtextdocument/tst_qtextdocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextdocument/tst_qtextdocument.cpp b/tests/auto/qtextdocument/tst_qtextdocument.cpp
index 26fa43d137..7aa6578e86 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();