diff options
author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2018-11-28 15:04:11 +0100 |
---|---|---|
committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2018-11-30 09:51:04 +0000 |
commit | 19b28e271ca3f4d0042b739e90b3d902f2866044 (patch) | |
tree | 92a31d8c2fc364d1d115e5d90089e9cfb382ef19 /src/imports | |
parent | a9929ae7700ba6e3a1627a65fb7064b1ba2f0d83 (diff) | |
download | qtxmlpatterns-19b28e271ca3f4d0042b739e90b3d902f2866044.tar.gz |
Doc: Add the XmlListModel sources to the doc config
Otherwise, the XmlListModel and XmlRole docs are not
built.
Change-Id: I9d74d969e805a97b650f24797f171d8f03dcf88c
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/xmllistmodel/qqmlxmllistmodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp index 470b419..ba8d948 100644 --- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp +++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp @@ -75,7 +75,8 @@ typedef QPair<int, int> QQuickXmlListRange; /*! \qmlmodule QtQuick.XmlListModel 2.\QtMinorVersion - \title Qt Quick XmlListModel QML Types + \title Qt XML Patterns QML Types + \keyword Qt Quick XmlListModel QML Types \ingroup qmlmodules \brief Provides QML types for creating models from XML data |