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:
parent
43ba05526a
commit
db3120ddec
|
@ -4,7 +4,6 @@
|
||||||
\title Qt Quick I18N
|
\title Qt Quick I18N
|
||||||
\examplecategory {User Interface Components}
|
\examplecategory {User Interface Components}
|
||||||
\example qml-i18n
|
\example qml-i18n
|
||||||
\image qml-i18n-example.png
|
|
||||||
\ingroup examples-linguist
|
\ingroup examples-linguist
|
||||||
\brief Generating translation files (TS and QM) for a Qt Quick application.
|
\brief Generating translation files (TS and QM) for a Qt Quick application.
|
||||||
|
|
||||||
|
|
|
@ -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
|
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.
|
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,
|
The base project defines the \c Person class and the \c BirthdayParty class,
|
||||||
which model the attendees and the party itself respectively.
|
which model the attendees and the party itself respectively.
|
||||||
|
|
Loading…
Reference in New Issue