mirror of https://github.com/qt/qtdoc.git
Rename media player image file to avoid name clash with QtScXml example
Qt Multimedia's media player, and QtScXml's media player used the same mediaplayer.png filename on their respective application screenshot, which caused the QtScXml example image to incorrectly be used with the Qt Multimedia example. Renaming the media player image from mediaplayer.png to mediaplayerapp.png. This way the filename matches the CMake target name for the application. Fixes: QTBUG-129444 Pick-to: 6.8 6.7 Change-Id: Ie4d93d2cc5100a42faeec7828775b62a56d3ff23 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
638dc5e0d6
commit
4215c9afec
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
@ -13,7 +13,7 @@
|
||||||
\meta {docdependencies} {QtMultimedia}
|
\meta {docdependencies} {QtMultimedia}
|
||||||
\brief Playing audio and video using Qt Quick.
|
\brief Playing audio and video using Qt Quick.
|
||||||
|
|
||||||
\image mediaplayer.png
|
\image mediaplayerapp.png
|
||||||
|
|
||||||
This example demonstrates a simple multimedia player that can play
|
This example demonstrates a simple multimedia player that can play
|
||||||
audio and video files using various codecs.
|
audio and video files using various codecs.
|
||||||
|
|
|
@ -8,6 +8,6 @@ At its core this is a QML application, see
|
||||||
`Getting Started Programming with Qt Quick <https://doc.qt.io/qt-6/qtdoc-tutorials-alarms-example.html>`_
|
`Getting Started Programming with Qt Quick <https://doc.qt.io/qt-6/qtdoc-tutorials-alarms-example.html>`_
|
||||||
for information specific to that.
|
for information specific to that.
|
||||||
|
|
||||||
.. image:: mediaplayer.png
|
.. image:: mediaplayerapp.png
|
||||||
:width: 1000
|
:width: 1000
|
||||||
:alt: Media Player Screenshot
|
:alt: Media Player Screenshot
|
||||||
|
|
Loading…
Reference in New Issue