Doc: Update section title in app examples template

This patch changes the 'relevant classes' section title to
'relevant modules and classes'. This makes it more inclusive and it can
be applicable to either modules or classes.

Fixes: QTBUG-139292
Pick-to: 6.10
Change-Id: I418edadd1b58d12ad6f7c82b2aed53bf53abdc6a
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
This commit is contained in:
Safiyyah Moosa 2025-08-19 15:02:24 +02:00
parent ed4b88e68c
commit ba9b42fe8b
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ angle brackets and check the links.
- The [Coffee Machine](https://doc.qt.io/qt-6/qtdoc-demos-coffee-example.html)
example demonstrates this well.
### (Optional) Provide a list of the main Qt classes the examples uses
### (Optional) Provide a list of the main Qt classes and modules the examples uses
- Use for more complicated examples.
- The [Bluetooth Low Energy Heart Rate Game](https://doc.qt.io/qt-6/qtbluetooth-heartrate-game-example.html)

View File

@ -28,11 +28,11 @@
<Describe how to navigate and access different parts of the example/UI.>
\setion1 Relevant classes
\setion1 Relevant modules and classes
<Optional - Use this section for more complicated examples.>
This example introduces the following Qt classes:
<Link the relevant classes>
This example introduces the following Qt <modules/classes>:
<Link the relevant modules/classes>
\section2 Class Hierarchy
<Optional - Use this section for more complicated examples.>