From 363385a549f33b2b0a34ac9cc8149376f456655c Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 25 Mar 2013 12:37:22 +0100 Subject: Doc: Fixed some uses of terminolgies in qdoc files. -"element" -> "type" or "object" (not in all cases where this change applies) -some instances of QtQuick. It should be "Qt Quick". -only in qdoc files. Examples and source code changes will be done later. Task-number: QTBUG-30180 Change-Id: Ie587461a138e97606f761ad1e90909c91b479303 Reviewed-by: Alan Alpert Reviewed-by: Martin Smith --- examples/quick/threading/doc/src/threading.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/threading') diff --git a/examples/quick/threading/doc/src/threading.qdoc b/examples/quick/threading/doc/src/threading.qdoc index b87cb1b952..3ed8c33c6f 100644 --- a/examples/quick/threading/doc/src/threading.qdoc +++ b/examples/quick/threading/doc/src/threading.qdoc @@ -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 */ -- cgit v1.2.3