aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript/qquickworkerscript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlworkerscript/qquickworkerscript.cpp')
-rw-r--r--src/qmlworkerscript/qquickworkerscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlworkerscript/qquickworkerscript.cpp b/src/qmlworkerscript/qquickworkerscript.cpp
index 72ae6d5bd4..4a79027234 100644
--- a/src/qmlworkerscript/qquickworkerscript.cpp
+++ b/src/qmlworkerscript/qquickworkerscript.cpp
@@ -544,7 +544,7 @@ void QQuickWorkerScript::setSource(const QUrl &source)
}
/*!
- \qmlproperty url WorkerScript::ready
+ \qmlproperty bool WorkerScript::ready
This holds whether the WorkerScript has been initialized and is ready
for receiving messages via \tt WorkerScript.sendMessage().