diff options
author | Topi Reinio <[email protected]> | 2014-06-11 17:04:35 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-06-11 19:57:18 +0200 |
commit | 841f3e6ff78871e5d7fc90666f12756210c7435e (patch) | |
tree | b8aeb1e6ff5c82b1e6018a69d64dc6c086781c72 /src/qml/doc/qtqml.qdocconf | |
parent | cf5961a8fdfaff0b06e58e02a4f962847230d715 (diff) |
Doc: Fix qmlclass selector used in documentation config
A recent change (46959875) in qdoc raised QML types from
subnodes to top-level nodes. This change modifies the
documentation configuration file(s) accordingly.
Change-Id: Ic457d20368979aa15b546dceaf84fa2fb2d31091
Reviewed-by: Jerome Pasion <[email protected]>
Reviewed-by: Martin Smith <[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 d691dbfd8a..418a330d2c 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -28,7 +28,7 @@ qhp.QtQml.subprojects.examples.indexTitle = Qt Quick Examples and Tutorials qhp.QtQml.subprojects.examples.selectors = fake:example qhp.QtQml.subprojects.qmltypes.title = QML Types qhp.QtQml.subprojects.qmltypes.indexTitle = Qt QML QML Types -qhp.QtQml.subprojects.qmltypes.selectors = fake:qmlclass +qhp.QtQml.subprojects.qmltypes.selectors = qmlclass qhp.QtQml.subprojects.qmltypes.sortPages = true |