diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
commit | 826066dbe5f298ec0515d21fa182d15ee3762f37 (patch) | |
tree | 5fcda73d5765ebd879076f165829d746180c2fd9 /doc/src/snippets | |
parent | 01245bcabf97dfdfdd23a2ec075b8de3e78bdeb2 (diff) | |
download | Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.zip Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.gz Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'doc/src/snippets')
-rw-r--r-- | doc/src/snippets/code/doc_src_porting4.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_porting4.qdoc b/doc/src/snippets/code/doc_src_porting4.qdoc index 4d24ba3..2f76591 100644 --- a/doc/src/snippets/code/doc_src_porting4.qdoc +++ b/doc/src/snippets/code/doc_src_porting4.qdoc @@ -452,7 +452,7 @@ QSimpleRichText richText(text, font); // Set the width of the paragraph to w richText.setWidth(w); -// Or set a resonable default size +// Or set a reasonable default size richText.adjustSize(); // Query for its used size |