From de47400387d35a66f790c0ad21c015f8c3a4ef10 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Mon, 7 Feb 2022 10:30:20 +0100 Subject: [PATCH] Doc: Merge two bullet list items into one My understanding is that the two bullet list items should be treated as one item. Pick-to: 6.3 Change-Id: Ibdd2bbc8677e925e71e6de7b3f076a1fab3914bf Reviewed-by: Leena Miettinen --- src/corelib/doc/src/qtcore-index.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/doc/src/qtcore-index.qdoc b/src/corelib/doc/src/qtcore-index.qdoc index 390c44ab63..82f23bf407 100644 --- a/src/corelib/doc/src/qtcore-index.qdoc +++ b/src/corelib/doc/src/qtcore-index.qdoc @@ -38,8 +38,8 @@ \li a very powerful mechanism for seamless object communication called signals and slots \li queryable and designable object properties - \li hierarchical and queryable object trees that organize - \li object ownership in a natural way with guarded pointers (QPointer) + \li hierarchical and queryable object trees that organize object ownership + in a natural way with guarded pointers (QPointer) \li a dynamic cast that works across library boundaries \endlist