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 <andreas.eliasson@qt.io>
This commit is contained in:
Safiyyah Moosa 2025-05-22 16:09:46 +02:00
parent 43ba05526a
commit db3120ddec
2 changed files with 0 additions and 2 deletions

View File

@ -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.

View File

@ -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.