diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-14 23:08:01 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-14 23:08:01 (GMT) |
commit | 2d23e45c94b6115db2b1efadfe77841f481545ca (patch) | |
tree | 0e6ff89dbcc410dd2ef5b0e873473971f3dd1b07 /doc/src/snippets/code | |
parent | 65e0628bd0cdcb43226dad05582a97a6ef218124 (diff) | |
parent | 42dda19d82ceea48f19d356cfaf2b26acb763df8 (diff) | |
download | Qt-2d23e45c94b6115db2b1efadfe77841f481545ca.zip Qt-2d23e45c94b6115db2b1efadfe77841f481545ca.tar.gz Qt-2d23e45c94b6115db2b1efadfe77841f481545ca.tar.bz2 |
Merge remote branch 'origin/master' into bearermanagement/integration
Conflicts:
tests/auto/qlineedit/tst_qlineedit.cpp
Diffstat (limited to 'doc/src/snippets/code')
-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 |