summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-01-27 14:48:21 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-27 19:15:09 +0000
commit098777fff9b583dc721599c76eff0655d3516cfb (patch)
tree7e643162a7a5c09e0713f73aff2760f30748caad
parent502e0ca760e88741c5f36254cbfe66236460ca2f (diff)
Doc: Fix wrong use of \l / \li in whatsnew63
Amends a06c9e74fd5 Change-Id: Iea96c8c9214458bc520112c92a486a52e3ee7ca1 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 48917f2e16d49d37562af0850ab66f0aa5e9ab3a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew63.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/whatsnew/whatsnew63.qdoc b/doc/src/whatsnew/whatsnew63.qdoc
index 4eb8b86e2..9167b5ede 100644
--- a/doc/src/whatsnew/whatsnew63.qdoc
+++ b/doc/src/whatsnew/whatsnew63.qdoc
@@ -274,14 +274,14 @@ u/****************************************************************************
at \l{Qt for WebAssembly} for details.
\list
- \l Added support for copy/paste of images and html text to the system clipboard.
- \l Added SIMD support. Note that enabling SIMD requires building Qt from source.
- \l Added support for calling QEventLoop::exec() and QThread::exec() on secondary threads.
- \l Added support for calling QEventLoop::exec() and QDialog::exec() on the main thread using
+ \li Added support for copy/paste of images and html text to the system clipboard.
+ \li Added SIMD support. Note that enabling SIMD requires building Qt from source.
+ \li Added support for calling QEventLoop::exec() and QThread::exec() on secondary threads.
+ \li Added support for calling QEventLoop::exec() and QDialog::exec() on the main thread using
\l{https://emscripten.org/docs/porting/asyncify.html}{Emscripten Asyncify}.
Note that enabling asyncify requires building Qt from source.
- \l Drag-and-drop now works for asyncify-enabled builds.
- \l Added support for tunneling TCP and UDP sockets over WebSockets, using Emscriptens
+ \li Drag-and-drop now works for asyncify-enabled builds.
+ \li Added support for tunneling TCP and UDP sockets over WebSockets, using Emscriptens
\l{https://emscripten.org/docs/porting/networking.html}{Emulated POSIX TCP Sockets over WebSockets}.
This support is limited to async sockets on the main thread.
\endlist