diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-17 11:26:17 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-17 11:26:17 (GMT) |
commit | 8919ef3d4af9c87a58fa6caf8b175e9cb7122d77 (patch) | |
tree | df8f2478ae6cde50f172115dbb9684e55a5ad9c6 /doc/src/snippets/code | |
parent | 2da87118ac000f754ca09ad2b14f1ec80a59b985 (diff) | |
parent | 2df5b45eed7059862e9dd10a74c19310266b9d55 (diff) | |
download | Qt-8919ef3d4af9c87a58fa6caf8b175e9cb7122d77.zip Qt-8919ef3d4af9c87a58fa6caf8b175e9cb7122d77.tar.gz Qt-8919ef3d4af9c87a58fa6caf8b175e9cb7122d77.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/doc_src_installation.qdoc | 2 | ||||
-rw-r--r-- | doc/src/snippets/code/doc_src_qtestlib.qdoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc index 66bb998..e35dad9 100644 --- a/doc/src/snippets/code/doc_src_installation.qdoc +++ b/doc/src/snippets/code/doc_src_installation.qdoc @@ -44,7 +44,7 @@ PATH - to locate qmake, moc and other Qt tools //! [8] C: -cd /D C:\Qt\4.4.0-rc1 +cd /D C:\Qt\%VERSION% configure //! [8] diff --git a/doc/src/snippets/code/doc_src_qtestlib.qdoc b/doc/src/snippets/code/doc_src_qtestlib.qdoc index a4ef52e..ff52b2f 100644 --- a/doc/src/snippets/code/doc_src_qtestlib.qdoc +++ b/doc/src/snippets/code/doc_src_qtestlib.qdoc @@ -69,7 +69,7 @@ void TestQString::toUpper() //! [10] ********* Start testing of TestQString ********* -Config: Using QTest library 4.1.0, Qt 4.1.0 +Config: Using QTest library %VERSION%, Qt %VERSION% PASS : TestQString::initTestCase() PASS : TestQString::toUpper() PASS : TestQString::cleanupTestCase() @@ -99,4 +99,4 @@ private slots: } } }; -//! [12]
\ No newline at end of file +//! [12] |