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)
This commit is contained in:
parent
1daf67042d
commit
45b80f054f
@ -2742,7 +2742,7 @@ void tst_QTextDocument::copiedFontSize()
|
|||||||
QTextDocument documentOutput;
|
QTextDocument documentOutput;
|
||||||
|
|
||||||
QFont fontInput;
|
QFont fontInput;
|
||||||
fontInput.setPixelSize(24); // With pixels font size is not transfered in html
|
fontInput.setPixelSize(24);
|
||||||
|
|
||||||
QTextCursor cursorInput(&documentInput);
|
QTextCursor cursorInput(&documentInput);
|
||||||
QTextCharFormat formatInput = cursorInput.charFormat();
|
QTextCharFormat formatInput = cursorInput.charFormat();
|
||||||
|
Loading…
Reference in New Issue
Block a user