aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-07-07 16:53:46 +0800
committerMitch Curtis <mitch.curtis@qt.io>2023-07-12 11:25:37 +0800
commit53144f16c6bf5f69585f8227dc1bf7df6416e7d1 (patch)
treecc91fe1e3cef2565ae788be1ae087af2868db72e /examples/quickcontrols/gallery/doc
parent7e65bb98c599fd0766e275d26889c82674ccfc19 (diff)
gallery: fix some QML compiler warnings
Not all compiler warnings can be fixed, because the example supports multiple styles through one executable, and hence cannot use compile-time style selection. Document this. Fixes: QTBUG-110827 Pick-to: 6.5 6.6 Change-Id: I80a92890d427967ff21d4f457c373e75a937195f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quickcontrols/gallery/doc')
-rw-r--r--examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc b/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc
index a225e639a0..291a1c782b 100644
--- a/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc
+++ b/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc
@@ -46,5 +46,8 @@
\snippet gallery/gallery.qml orientation
+ As this example supports all built-in Qt Quick Controls styles, it uses
+ \l {Run-Time Style Selection}{runtime style selection}.
+
\include examples-run.qdocinc
*/