summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-22 08:07:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-27 01:00:55 +0000
commit249c322a9428e7e32181aa14efd48b4068c511e8 (patch)
treecd7d2ee071805fd0a02840355af1780d737b6eef
parent395c6abfc4e0980e4fc995fb0f9e61c4fc54dd17 (diff)
Doc: Extend list of highlighted Connectivity examples
Task-number: QTBUG-117221 Change-Id: Idc1d7793c02bc1009f5cc43d30e3208b923ab0ee Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 4de43218466329a45cee1b588964ab811f4fedce) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 2390ba95208c262a114058a86db33249fbb18726)
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf5
-rw-r--r--src/nfc/doc/qtnfc.qdocconf4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index e6b7541d..73304bfd 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -40,7 +40,10 @@ exampledirs += ../../../examples/bluetooth \
../
manifestmeta.thumbnail.names = "QtBluetooth/Bluetooth Low Energy Heart Rate Server"
-manifestmeta.highlighted.names += "QtBluetooth/Bluetooth Low Energy Heart Rate Game"
+
+manifestmeta.highlighted.names = \
+ "QtBluetooth/Bluetooth Low Energy Heart Rate Game" \
+ "QtBluetooth/Bluetooth Low Energy Scanner"
imagedirs += images
diff --git a/src/nfc/doc/qtnfc.qdocconf b/src/nfc/doc/qtnfc.qdocconf
index f3c39bf2..3ddad198 100644
--- a/src/nfc/doc/qtnfc.qdocconf
+++ b/src/nfc/doc/qtnfc.qdocconf
@@ -38,9 +38,11 @@ sourcedirs += ..
exampledirs += ../../../examples/nfc \
snippets/
-
imagedirs += images
+manifestmeta.highlighted.names = \
+ "QtNfc/Annotated URL"
+
navigation.landingpage = "Qt NFC"
navigation.cppclassespage = "Qt NFC C++ Classes"