aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2012-11-20 15:32:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 09:26:27 +0100
commit3f86278a77cf4918a2698aae317a9766d9b63505 (patch)
treea09ebd29c78feab5af2203616acaa0c95bc530b0 /src/qml/qml
parentdea27f3421e29a54add2fdab2424529f77535def (diff)
Document importing issues in worker script
Task-number: QTBUG-27454 Change-Id: Ia9f384ab92fe0c55d3299d32a3f7faba1446ce35 Reviewed-by: Alan Alpert (RIM) <aalpert@rim.com>
Diffstat (limited to 'src/qml/qml')
-rw-r--r--src/qml/qml/qquickworkerscript.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qquickworkerscript.cpp b/src/qml/qml/qquickworkerscript.cpp
index 40f07bf9f4..2d5a071bd9 100644
--- a/src/qml/qml/qquickworkerscript.cpp
+++ b/src/qml/qml/qquickworkerscript.cpp
@@ -600,6 +600,8 @@ void QQuickWorkerScriptEngine::run()
Additionally, there are restrictions on the types of values that can be passed to and
from the worker script. See the sendMessage() documentation for details.
+ Worker script can not use \l {qtqml-javascript-imports.html}{.import} syntax.
+
\sa {declarative/threading/workerscript}{WorkerScript example},
{declarative/threading/threadedlistmodel}{Threaded ListModel example}
*/