Skip to content

Commit

Permalink
Doc: Enabled the listing of QML types in Assistant or Qt Creator.
Browse files Browse the repository at this point in the history
We do the same for modules with QML types or C++ classes.

Change-Id: I4715a2386a0640788decae851c63731d9ffa7d1d
Reviewed-by: Geir Vattekar <[email protected]>
  • Loading branch information
jeromepasion authored and The Qt Project committed Jan 28, 2013
1 parent 9a7d433 commit 716ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qtdesktop/doc/qtdesktopcomponents.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ qhp.qtdesktopcomponents.virtualFolder = qtdesktopcomponents
qhp.qtdesktopcomponents.subprojects = desktopqmltypes styleqmltypes
qhp.qtdesktopcomponents.subprojects.desktopqmltypes.title = Desktop QML Types
qhp.qtdesktopcomponents.subprojects.desktopqmltypes.indexTitle = Qt Desktop QML Types
qhp.qtdesktopcomponents.subprojects.desktopqmltypes.selectors = class fake:headerfile
qhp.qtdesktopcomponents.subprojects.desktopqmltypes.selectors = fake:qmlclass
qhp.qtdesktopcomponents.subprojects.desktopqmltypes.sortPages = true
qhp.qtdesktopcomponents.subprojects.styleqmltypes.title = Desktop Styles QML Types
qhp.qtdesktopcomponents.subprojects.styleqmltypes.indexTitle = Qt Desktop Styles QML Types
qhp.qtdesktopcomponents.subprojects.styleqmltypes.selectors = class fake:headerfile
qhp.qtdesktopcomponents.subprojects.styleqmltypes.selectors = fake:qmlclass
qhp.qtdesktopcomponents.subprojects.styleqmltypes.sortPages = true

0 comments on commit 716ca06

Please sign in to comment.