diff options
author | Venu <[email protected]> | 2013-06-18 11:42:47 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-06-18 14:26:28 +0200 |
commit | d6dc07f6151e8ff699a06dde6dc9b01a0c7d363c (patch) | |
tree | 02388285e3912fd094ea98c92d12f8fb8a29a03c | |
parent | 9f661cf327bc638d7584ba3832adaaa3d7c8734e (diff) |
Doc: Changed the title to avoid name conflicts and linking errors
Task-number: QTBUG-30173
Change-Id: Ibf6626cdfc205c48ca634491661c87414bbddf24
Reviewed-by: Jerome Pasion <[email protected]>
Reviewed-by: Topi Reiniƶ <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
-rw-r--r-- | examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc | 2 | ||||
-rw-r--r-- | examples/quick/particles/system/doc/src/system.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc index 4fda13746a..ea94a4bc39 100644 --- a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc +++ b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \title Qt Quick Particles Examples - Affectors + \title Qt Quick Particles Examples - Image Particles \example particles/imageparticle \brief This is a collection of examples using Affectors in the QML particle system. \image qml-imageparticle-example.png diff --git a/examples/quick/particles/system/doc/src/system.qdoc b/examples/quick/particles/system/doc/src/system.qdoc index 99be23d9d1..385cd927da 100644 --- a/examples/quick/particles/system/doc/src/system.qdoc +++ b/examples/quick/particles/system/doc/src/system.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \title Qt Quick Particles Examples - Affectors + \title Qt Quick Particles Examples - System \example particles/system \brief This is a collection of examples using Affectors in the QML particle system. \image qml-system-example.png |