summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-06 13:43:19 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-12 16:21:36 +0000
commitfec46ff005d7220cb02467b1761942ff1654109e (patch)
treeecc4c6545518946a40c312dae9ae768309943a1b
parente3621040e82678e48ccd894f282bffc7743d351f (diff)
downloadqt3d-fec46ff005d7220cb02467b1761942ff1654109e.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. Change-Id: I6e2b753946d8195e008ce812f107ce72db41a32c Reviewed-by: Mike Krus <mike.krus@kdab.com> (cherry picked from commit 67c33648e6f444c0df0b2fb041fa10dc9946998e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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