From 97978d8b0cc5ff3aa0fee20c3372080cd48f5b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 13 Nov 2023 11:32:31 +0100 Subject: [PATCH] Doc: Fix highlighting of serialization converter example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example got renamed in a9c47dde501d0e Pick-to: 6.5 Task-number: QTBUG-117220 Change-Id: Ia0f04332b189c163c6da38eee2aded4837512376 Reviewed-by: Topi Reiniƶ Reviewed-by: Edward Welbourne (cherry picked from commit 68bbbe28b2642e50da9c3ed2b0cb027224062012) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/qtcore.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index e39cfe2846b..8c345559615 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -62,8 +62,8 @@ navigation.cppclassespage = "Qt Core C++ Classes" # Highlighted examples in Data Processing & IO category manifestmeta.highlighted.names = \ - "QtCore/Convert Example" \ "QtCore/Mandelbrot" \ + "QtCore/Serialization Converter" \ "QtCore/QXmlStream Bookmarks Example" # Fail the documentation build if there are more warnings than the limit