aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.