summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-16 09:50:58 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 15:19:23 +0100
commitbad38c8b2a07f8265057fc70a7c2f9ad9a7d1655 (patch)
treeb218106db30f5dcb2fed8b7241dba4251c3d4496
parent97010c11b799f2bbb2e931ca9d9c6415bb62b4b8 (diff)
downloadqtdoc-bad38c8b2a07f8265057fc70a7c2f9ad9a7d1655.tar.gz
Doc: Fix broken \qmlsignal links
Fix the breaks caused by the re-categorizing of \qmlsignal pages Task-number: QTBUG-35846 Change-Id: I130941b7d13f450a629d6a13a9ec5baa77ddc5e7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/frameworks-technologies/threads.qdoc2
-rw-r--r--doc/src/whatsnew/whatsnew50.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/threads.qdoc b/doc/src/frameworks-technologies/threads.qdoc
index 24a63fc6..5e924253 100644
--- a/doc/src/frameworks-technologies/threads.qdoc
+++ b/doc/src/frameworks-technologies/threads.qdoc
@@ -318,7 +318,7 @@
WorkerScript instance. Call \l{WorkerScript::}{sendMessage()} to start the
computation in a new thread. Let the script call WorkerScript::sendMessage()
too, to pass the result back to the GUI thread. Handle the result in
- \l{WorkerScript::}{onMessage} and update the GUI there.
+ \c onMessage and update the GUI there.
\row
\li Permanent
\li Have an object living in another thread that can perform different
diff --git a/doc/src/whatsnew/whatsnew50.qdoc b/doc/src/whatsnew/whatsnew50.qdoc
index 5cbdad8f..9998c5fa 100644
--- a/doc/src/whatsnew/whatsnew50.qdoc
+++ b/doc/src/whatsnew/whatsnew50.qdoc
@@ -228,7 +228,7 @@
\list
\li \l{Text::textFormat}{AutoText} format now switches to \c StyledText
instead of \c{RichText}.
- \li \l{Text::onLineLaidOut}{onLineLaidOut} handler is called for every
+ \li \l{Text::}{lineLaidOut} signal is emitted for every
line during the layout process to give the option of positioning
and/or resizing text as they are laid out.
\li \l{Text::doLayout}{doLayout()} method can now trigger the text