aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-11-15 13:48:43 +0100
committerMitch Curtis <mitch.curtis@qt.io>2016-11-15 13:45:24 +0000
commit4ef8b7e7a8a93b2921560db8cf021f89409154e5 (patch)
tree4d20a8a8ad53ce03472577c088927f4ba9b6ff34
parent59c9993a6a0d25904d278aabafa9be767e977b77 (diff)
Doc: improve FolderListModel::rootFolder documentation
Change-Id: I33ca6140d89041f89f0e3db9db7206aca50361d7 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
-rw-r--r--src/imports/folderlistmodel/qquickfolderlistmodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
index d01fc5e74e..df83d50325 100644
--- a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
@@ -440,9 +440,9 @@ void QQuickFolderListModel::setFolder(const QUrl &folder)
/*!
\qmlproperty url FolderListModel::rootFolder
- When the rootFolder is set, then this folder will
- be threated as the root in the file system, so that
- you can only travers sub folders from this rootFolder.
+ When this property is set, the given folder will
+ be treated as the root in the file system, so that
+ you can only traverse subfolders within it.
*/
QUrl QQuickFolderListModel::rootFolder() const
{