aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-01-23 11:35:03 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2020-01-23 13:30:43 +0100
commitaca7b33368655949d238a0cdfc0073b6b8532872 (patch)
tree4b8c4f11f70b0d75da4d47da26da0baa1d7d2d94 /src/qmlworkerscript
parent9768792381d660e46db58c0c0e0fe9f2f6f9e836 (diff)
qmlworkerscript: Fix wrong type used in docs
Change-Id: I6064b5339936fce22c3fc42fc4a6af72312e5415 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-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().