From 5a9b5148a1d3fb412ab9bae276c10ba1a44374b1 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 16 Mar 2014 12:20:26 +0800 Subject: Doc: Fix broken \qmlsignal links Fix the breaks caused by the re-categorizing of \qmlsignal pages Task-number: QTBUG-35846 Change-Id: I528ae16ec522fc902133e22d8f53c87a7f0d56ad Reviewed-by: Jerome Pasion --- src/qml/types/qquickworkerscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/types/qquickworkerscript.cpp') diff --git a/src/qml/types/qquickworkerscript.cpp b/src/qml/types/qquickworkerscript.cpp index 45fa191bc9..111ef68a98 100644 --- a/src/qml/types/qquickworkerscript.cpp +++ b/src/qml/types/qquickworkerscript.cpp @@ -584,7 +584,7 @@ void QQuickWorkerScriptEngine::run() that the main GUI thread is not blocked. Messages can be passed between the new thread and the parent thread - using \l sendMessage() and the \l {WorkerScript::onMessage}{onMessage()} handler. + using \l sendMessage() and the \c onMessage() handler. An example: -- cgit v1.2.3