diff --git a/doc/src/frameworks-technologies/threads.qdoc b/doc/src/frameworks-technologies/threads.qdoc index 24a63fc6a39f8f1b8246cd852becc29ba62c0faf..5e92425302821788d36339aecf38344a7e5ac1c0 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 5cbdad8fef0b16b6c3d81d598c3fdaafc9c07ab9..9998c5fa6dea0b7ecb72639a0908996093b79086 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