aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-11-29 10:08:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 12:00:55 +0100
commitf316e112d816b78dd275137dc48499bc6e0d6b9f (patch)
tree4b96fb76bde21d2dde47cd640029196dd756e7c2 /src/imports
parenta6beaf16a611904170ca43d55c0e7d02287fc80d (diff)
Make FolderListModel available from the module overview.
Change-Id: I19c9a28b290a2ed7b3edee18583b686abf97dec0 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/qquickfolderlistmodel.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
index a3b2cc6d95..042e8133d4 100644
--- a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
@@ -208,7 +208,22 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
}
/*!
+ \qmlmodule Qt.labs.folderlistmodel 1.0
+ \title Qt Labs FolderListModel QML Types
+ \ingroup qmlmodules
+ \brief The FolderListModel provides a model of the contents of a file system folder.
+
+ To use this module, import the module with the following line:
+
+ \code
+ import Qt.labs.folderlistmodel 1.0
+ \endcode
+*/
+
+
+/*!
\qmltype FolderListModel
+ \inqmlmodule Qt.labs.folderlistmodel 1.0
\instantiates QQuickFolderListModel
\ingroup qtquick-models
\brief The FolderListModel provides a model of the contents of a file system folder.