summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-06 13:43:19 +0100
committerKai Köhne <kai.koehne@qt.io>2023-03-12 15:52:30 +0100
commit67c33648e6f444c0df0b2fb041fa10dc9946998e (patch)
tree2ed068d2de9b89da94d234a8444a4c9ca081c356
parent3ea6500f102a136156413cfed6e1fe06d98ea137 (diff)
downloadqt3d-67c33648e6f444c0df0b2fb041fa10dc9946998e.tar.gz
Doc: Fix missing images
Commit 00d139e3 moved both images from examples to tests/manual. This resulted in qdoc not finding the image anymore: Warning: The file C:/dev/qt/dev/msvc-2022-amd64/qtbase/doc/qt3d/images/shadowmapping-depth.png does not exist, skipping it... Warning: The file C:/dev/qt/dev/msvc-2022-amd64/qtbase/doc/qt3d/images/shadowmapping-qt3d.png does not exist, skipping it... Fix this by adding a copy of the files todoc/qt3d/images. Since this is an identical copy, git should be clever enough to not duplicate the actual content. Pick-to: 6.5 Change-Id: I6e2b753946d8195e008ce812f107ce72db41a32c Reviewed-by: Mike Krus <mike.krus@kdab.com>
-rw-r--r--src/core/doc/images/shadowmapping-depth.pngbin0 -> 23712 bytes
-rw-r--r--src/core/doc/images/shadowmapping-qt3d.pngbin0 -> 39159 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/src/core/doc/images/shadowmapping-depth.png b/src/core/doc/images/shadowmapping-depth.png
new file mode 100644
index 000000000..d2b501412
--- /dev/null
+++ b/src/core/doc/images/shadowmapping-depth.png
Binary files differ
diff --git a/src/core/doc/images/shadowmapping-qt3d.png b/src/core/doc/images/shadowmapping-qt3d.png
new file mode 100644
index 000000000..bac6ac75c
--- /dev/null
+++ b/src/core/doc/images/shadowmapping-qt3d.png
Binary files differ