summaryrefslogtreecommitdiffstats
path: root/doc/src/howtos
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-31 16:43:54 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-04-03 12:20:26 +0200
commitc8362caa5afe6a509151617baefc5eabdbeac3a0 (patch)
tree2ff27993c3a3cacd49876c3ff1e21ebab80c6dea /doc/src/howtos
parent66c131ed5fdd227ca89c88d8ff3e4f82c872d80f (diff)
Docs: fix warnings after changes to photosurface demo
Fix link after the page was renamed, and fix quoting logic to account for the slide show logic. Pick-to: 6.5 Change-Id: I76e50ce3f8a6f4c1701ea2ed18623a8f66467b5f Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'doc/src/howtos')
-rw-r--r--doc/src/howtos/appicon.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc
index 6063350fe..3c7ffc50f 100644
--- a/doc/src/howtos/appicon.qdoc
+++ b/doc/src/howtos/appicon.qdoc
@@ -51,7 +51,7 @@
Once you have the \c .rc file, add information about the ICO file to it and
use it to configure your application icon.
- The following snippet demonstrates how the \l{Qt Quick Demo - Photo Surface}
+ The following snippet demonstrates how the \l{Photo Surface}
example application uses CMake to set up an application icon:
\snippet demos/photosurface/CMakeLists.txt appicon_windows
@@ -109,7 +109,7 @@
by CMake must contain the icon information. This can be achieved by
setting the \c .icns file name to the \c MACOSX_BUNDLE_ICON_FILE variable.
- The following snippet demonstrates how the \l{Qt Quick Demo - Photo Surface}
+ The following snippet demonstrates how the \l{Photo Surface}
example application uses CMake to set up an application icon:
\snippet demos/photosurface/CMakeLists.txt appicon_macOS