From aca7b33368655949d238a0cdfc0073b6b8532872 Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Thu, 23 Jan 2020 11:35:03 +0100 Subject: qmlworkerscript: Fix wrong type used in docs Change-Id: I6064b5339936fce22c3fc42fc4a6af72312e5415 Reviewed-by: Fabian Kosmale --- src/qmlworkerscript/qquickworkerscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmlworkerscript/qquickworkerscript.cpp') 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(). -- cgit v1.2.3