From 43cb7f93a4da2d57513acb3c4cbdd56c1eaf188f Mon Sep 17 00:00:00 2001 From: Jaishree Vyas Date: Mon, 3 Feb 2025 11:05:02 +0100 Subject: [PATCH] Doc: Make C++20 overview visible to the new sidebar Added the link to the qtcore-toc. Task-number: QTBUG-130085 Pick-to: 6.9 Change-Id: I765e01aeda0bce694157bf15ff5a036f239168f5 Reviewed-by: Ivan Solovev Reviewed-by: Marc Mutz --- src/corelib/doc/src/qtcore-toc.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/doc/src/qtcore-toc.qdoc b/src/corelib/doc/src/qtcore-toc.qdoc index 2f3ca186469..e3aad63b358 100644 --- a/src/corelib/doc/src/qtcore-toc.qdoc +++ b/src/corelib/doc/src/qtcore-toc.qdoc @@ -36,6 +36,7 @@ \li \l {Serializing Qt Data Types} \endlist \li \l {Container Classes} + \li \l {C++20 Overview} \li \l {Creating Custom Qt Types} \li \l {Qt's foreach Keyword} \li \l {Java-style Iterators in Qt}