aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/threading/doc')
-rw-r--r--examples/quick/threading/doc/src/threading.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/threading/doc/src/threading.qdoc b/examples/quick/threading/doc/src/threading.qdoc
index 47f23a6019..71fcdf820b 100644
--- a/examples/quick/threading/doc/src/threading.qdoc
+++ b/examples/quick/threading/doc/src/threading.qdoc
@@ -25,7 +25,7 @@
**
****************************************************************************/
/*!
- \title QtQuick Examples - Threading
+ \title Qt Quick Examples - Threading
\example threading
\brief This is a collection of QML Multithreading examples.
\image qml-threading-example.png
@@ -44,6 +44,6 @@
\snippet quick/threading/workerscript/workerscript.qml 0
The workerscript then is free to take a really long time to calculate it:
\snippet quick/threading/workerscript/workerscript.js 0
- When it's done, the result returns to the main scene via the WorkerScript element:
+ When it's done, the result returns to the main scene via the WorkerScript type:
\snippet quick/threading/workerscript/workerscript.qml 1
*/