diff options
| author | Andreas Eliasson <[email protected]> | 2025-12-10 13:24:22 +0100 |
|---|---|---|
| committer | Andreas Eliasson <[email protected]> | 2025-12-11 10:04:06 +0100 |
| commit | 56fcf4f80d41a534b9104c74a436165604d704cd (patch) | |
| tree | 9fd3ec6d8e9690d720b3cd2b1f06a573c38f48a9 | |
| parent | fae19a6b01eb3166740f74a93225f412610d4cfb (diff) | |
Doc: Neutralize Qt Quick index page
Be more explicit about how to use the module in a C++ project. This way,
we can add future supported language sections later.
Fixes: QTBUG-142009
Change-Id: Iaa300155b0079df6b4fbbd6bfc8e05da94634af8
Reviewed-by: Alexei Cazacov <[email protected]>
| -rw-r--r-- | src/quick/doc/src/qtquick.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/doc/src/qtquick.qdoc b/src/quick/doc/src/qtquick.qdoc index 3027c1c46a..b320632653 100644 --- a/src/quick/doc/src/qtquick.qdoc +++ b/src/quick/doc/src/qtquick.qdoc @@ -24,13 +24,13 @@ interfaces. See \l{Qt Quick Controls} for more information. If you're new to QML and Qt Quick, please see \l{QML Applications} for an introduction to writing QML applications. -\section1 Using the Module +\section1 Using the Module in your Project -\section2 QML API +\section2 Accessing the QML API \include {module-use.qdocinc} {using the qml api} {QtQuick} -\section2 C++ API +\section2 In your C++ Project \include {module-use.qdocinc} {using the c++ api} |
