From db3120ddecc051b36d42cd79d0c38c4aeba8d162 Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Thu, 22 May 2025 16:09:46 +0200 Subject: [PATCH] Doc: Remove irrelevant images from Qt QML docs Currently there are two images that serve no purpose in the docs, as they do not provide any useful information. This patch removes the following images: - qml-i18n-example.png - extending-qml-advanced-word-cloud.png Fixes: QTBUG-137124 Change-Id: I224fc18eca8a59373fa1b48973816ad826a94625 Reviewed-by: Andreas Eliasson --- examples/qml/qml-i18n/doc/src/i18n.qdoc | 1 - src/qml/doc/src/cppintegration/extending-tutorial-advanced.qdoc | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/qml/qml-i18n/doc/src/i18n.qdoc b/examples/qml/qml-i18n/doc/src/i18n.qdoc index 6096aa3383..900c6b61de 100644 --- a/examples/qml/qml-i18n/doc/src/i18n.qdoc +++ b/examples/qml/qml-i18n/doc/src/i18n.qdoc @@ -4,7 +4,6 @@ \title Qt Quick I18N \examplecategory {User Interface Components} \example qml-i18n - \image qml-i18n-example.png \ingroup examples-linguist \brief Generating translation files (TS and QM) for a Qt Quick application. diff --git a/src/qml/doc/src/cppintegration/extending-tutorial-advanced.qdoc b/src/qml/doc/src/cppintegration/extending-tutorial-advanced.qdoc index 7e489276ac..3515f98d0d 100644 --- a/src/qml/doc/src/cppintegration/extending-tutorial-advanced.qdoc +++ b/src/qml/doc/src/cppintegration/extending-tutorial-advanced.qdoc @@ -21,7 +21,6 @@ explained below. The complete code for each new extension to the code can be found in the tutorials at the location specified under each section's title or by following the link to the code at the very end of this page. -\image extending-qml-advanced-word-cloud.png The base project defines the \c Person class and the \c BirthdayParty class, which model the attendees and the party itself respectively.