diff options
author | Alexei Cazacov <[email protected]> | 2025-01-02 15:08:05 +0200 |
---|---|---|
committer | Alexei Cazacov <[email protected]> | 2025-01-17 12:45:52 +0000 |
commit | 0208321b8a571b9156a922305c200336a5b82a88 (patch) | |
tree | 5e4ea51450f620bb669ab831678e0ef57ada25bf /src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf | |
parent | 35ae88a43260ab9149c9800de946788c83d313f2 (diff) |
Fix navigation in Qml WorkerScript and XmlListModel projects
Fixes: QTBUG-132514
Pick-to: 6.9
Change-Id: Iaec314c6139bae82a6668a13dcaa88206b3a8579
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf')
-rw-r--r-- | src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf index e9dab95f1e..a7a21e1cf5 100644 --- a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf +++ b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf @@ -11,11 +11,14 @@ qhp.QtQmlWorkerScript.file = qtqmlworkerscript.qhp qhp.QtQmlWorkerScript.namespace = org.qt-project.qtqmlworkerscript.$QT_VERSION_TAG qhp.QtQmlWorkerScript.virtualFolder = qtqmlworkerscript qhp.QtQmlWorkerScript.indexRoot = +qhp.QtQmlWorkerScript.indexTitle = Qt QML WorkerScript -qhp.QtQmlWorkerScript.title = QML Types -qhp.QtQmlWorkerScript.indexTitle = Qt QML WorkerScript QML Types -qhp.QtQmlWorkerScript.selectors = qmlclass -qhp.QtQmlWorkerScript.sortPages = true +qhp.QtQmlWorkerScript.subprojects = qmltypes + +qhp.QtQmlWorkerScript.subprojects.qmltypes.title = QML Types +qhp.QtQmlWorkerScript.subprojects.qmltypes.indexTitle = Qt QML WorkerScript QML Types +qhp.QtQmlWorkerScript.subprojects.qmltypes.selectors = qmltype +qhp.QtQmlWorkerScript.subprojects.qmltypes.sortPages = true tagfile = qtqmlworkerscript.tags |