aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2015-01-11 16:38:19 +0100
committerShawn Rutledge <shawn.rutledge@digia.com>2015-01-12 21:23:16 +0100
commit88e87647c3b7d651dba2c8e61f945d47ecdd02c4 (patch)
treeb8cf898863f1894f8f21e53b364bd0d4be223015
parent8b3643dd8b492f7754846e7371686db61bcfef69 (diff)
doc: The correct enum name is 'Time', not 'LastModified'.
Change-Id: I4e75b97e9e70a440a2e2ec96af04d004323f09bb Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
-rw-r--r--src/imports/folderlistmodel/qquickfolderlistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
index 2026cb83d8..3f7b0fc072 100644
--- a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
@@ -541,7 +541,7 @@ void QQuickFolderListModel::componentComplete()
\list
\li Unsorted - no sorting is applied.
\li Name - sort by filename
- \li LastModified - sort by time modified
+ \li Time - sort by time modified
\li Size - sort by file size
\li Type - sort by file type (extension)
\endlist