Fix wrong image in QML pingpong example documentation
Because of a name clash, a wrong image was shown in the documentation of the QML pingpong example. This patch changes the filename to prevent the name clash. Fixes: QTBUG-94192 Change-Id: I4e27b4b9a05efe9c1766a256305ead16a09fa9c7 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
e5730a829e
commit
a19905f937
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
@ -34,7 +34,7 @@
|
|||
Bluetooth devices. The basic concept is the ping pong game where two players
|
||||
communicate via sockets.
|
||||
|
||||
\image intro.png
|
||||
\image qmlpingpong_intro.png
|
||||
|
||||
\include examples-run.qdocinc
|
||||
|
||||
|
|
Loading…
Reference in New Issue