diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-15 02:43:54 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-15 02:43:54 (GMT) |
commit | 126fb248ab351969d8805733cb35fc7b4232f91b (patch) | |
tree | 7a336dfac89465a1320da7f2787e83a3d7620b2d /doc/src/snippets/code | |
parent | fb28599786d069a2b99040bd7eee8c5ad8ef1ba9 (diff) | |
parent | 23968ba6c18f96f70dcd6f8e1b411711401f2ab3 (diff) | |
download | Qt-126fb248ab351969d8805733cb35fc7b4232f91b.zip Qt-126fb248ab351969d8805733cb35fc7b4232f91b.tar.gz Qt-126fb248ab351969d8805733cb35fc7b4232f91b.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/doc_src_deployment.qdoc | 17 | ||||
-rw-r--r-- | doc/src/snippets/code/doc_src_porting4.qdoc | 2 |
2 files changed, 5 insertions, 14 deletions
diff --git a/doc/src/snippets/code/doc_src_deployment.qdoc b/doc/src/snippets/code/doc_src_deployment.qdoc index 9c00681..3b0cda1 100644 --- a/doc/src/snippets/code/doc_src_deployment.qdoc +++ b/doc/src/snippets/code/doc_src_deployment.qdoc @@ -475,19 +475,10 @@ default_deployment.pkg_prerules += supported_platforms //! [57] //! [58] -DEPLOYMENT.installer_header = 0xE2345678 -//! [58] - -//! [59] qmake make release-gcce -//! [59] - -//! [60] -make sis -ren wiggly_release-gcce.sis wiggly.sis -//! [60] +//! [58] -//! [61] -createpackage wiggly_installer.pkg -//! [61]
\ No newline at end of file +//! [59] +make installer_sis +//! [59]
\ No newline at end of file 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 |