diff options
author | Venugopal Shivashankar <[email protected]> | 2015-05-18 12:50:13 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2015-06-02 20:03:36 +0000 |
commit | 5cfcb54cc6a94b5be50d751c659f0b55e090d35b (patch) | |
tree | 2cc5069316cd7bd79004fa1b7255c4ae45d5a236 /src/qml/doc/qtqml.qdocconf | |
parent | 2fdb6eba0a58b629db32f9eefec2f26df08d3d2e (diff) |
Doc: Added the missing examples \group page for Qt QML
The QHP meta info. was trying to link to the Qt Quick
page, which failed. This should fix the issue.
Task-number: QTBUG-46163
Change-Id: Ib012f8f73b74a51b7a8d4e849070742e94d40973
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index 5729a60ea3..f95764f471 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -23,7 +23,7 @@ qhp.QtQml.subprojects.classes.indexTitle = Qt QML C++ Classes qhp.QtQml.subprojects.classes.selectors = class fake:headerfile qhp.QtQml.subprojects.classes.sortPages = true qhp.QtQml.subprojects.examples.title = Examples -qhp.QtQml.subprojects.examples.indexTitle = Qt Quick Examples and Tutorials +qhp.QtQml.subprojects.examples.indexTitle = Qt QML Examples qhp.QtQml.subprojects.examples.selectors = fake:example qhp.QtQml.subprojects.qmltypes.title = QML Types qhp.QtQml.subprojects.qmltypes.indexTitle = Qt QML QML Types |