diff --git a/examples/demos/mediaplayer/doc/images/mediaplayer.png b/examples/demos/mediaplayer/doc/images/mediaplayerapp.png similarity index 100% rename from examples/demos/mediaplayer/doc/images/mediaplayer.png rename to examples/demos/mediaplayer/doc/images/mediaplayerapp.png diff --git a/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc b/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc index c0ecc6605..0c927546b 100644 --- a/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc +++ b/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc @@ -13,7 +13,7 @@ \meta {docdependencies} {QtMultimedia} \brief Playing audio and video using Qt Quick. - \image mediaplayer.png + \image mediaplayerapp.png This example demonstrates a simple multimedia player that can play audio and video files using various codecs. diff --git a/examples/demos/mediaplayer/doc/src/mediaplayer.rst b/examples/demos/mediaplayer/doc/src/mediaplayer.rst index a3348706e..e19c58f63 100644 --- a/examples/demos/mediaplayer/doc/src/mediaplayer.rst +++ b/examples/demos/mediaplayer/doc/src/mediaplayer.rst @@ -8,6 +8,6 @@ At its core this is a QML application, see `Getting Started Programming with Qt Quick `_ for information specific to that. -.. image:: mediaplayer.png +.. image:: mediaplayerapp.png :width: 1000 :alt: Media Player Screenshot