summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2021-06-23 08:10:51 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2021-06-24 09:22:37 +0200
commita19905f9371f27572e7f7f12a0bdcf8419508e08 (patch)
treee8ea6599f079382acf50509dfb512d529c199c7a /examples/bluetooth/pingpong
parente5730a829e8ed65857fe5d6d28e7d3f7b881f07f (diff)
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>
Diffstat (limited to 'examples/bluetooth/pingpong')
-rw-r--r--examples/bluetooth/pingpong/doc/images/qmlpingpong_intro.png (renamed from examples/bluetooth/pingpong/doc/images/intro.png)bin36557 -> 36557 bytes
-rw-r--r--examples/bluetooth/pingpong/doc/src/pingpong.qdoc2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/pingpong/doc/images/intro.png b/examples/bluetooth/pingpong/doc/images/qmlpingpong_intro.png
index 5655cfbf..5655cfbf 100644
--- a/examples/bluetooth/pingpong/doc/images/intro.png
+++ b/examples/bluetooth/pingpong/doc/images/qmlpingpong_intro.png
Binary files differ
diff --git a/examples/bluetooth/pingpong/doc/src/pingpong.qdoc b/examples/bluetooth/pingpong/doc/src/pingpong.qdoc
index 5a050cec..64c54d8a 100644
--- a/examples/bluetooth/pingpong/doc/src/pingpong.qdoc
+++ b/examples/bluetooth/pingpong/doc/src/pingpong.qdoc
@@ -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