aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-01-25 17:11:17 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-02-08 06:48:09 +0000
commit1b5721a5bff6a0870593b1edc98c01c0bed7e413 (patch)
tree04d1d8015a8c60bf6a14335bc3cbfb9e5caffa54 /src/imports
parent7c507eaac3f848f92f2ebdafe8ded4a064d68351 (diff)
FolderListModel docs: import 2.11 (Qt minor version) (QUIP 99)
In Qt 5.11 it will now be possible to do import Qt.labs.folderlistmodel 2.11 in 5.12 it will be 2.12, and so on. Change-Id: I89f71692ea2c11bc039ad204084a57802375d75e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/qquickfolderlistmodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
index b2abf97898..b3c1de6cc9 100644
--- a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
@@ -224,7 +224,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
}
/*!
- \qmlmodule Qt.labs.folderlistmodel 2.1
+ \qmlmodule Qt.labs.folderlistmodel 2.11
\title Qt Labs FolderListModel QML Types
\ingroup qmlmodules
\brief The FolderListModel provides a model of the contents of a file system folder.
@@ -232,7 +232,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
To use this module, import the module with the following line:
\code
- import Qt.labs.folderlistmodel 2.1
+ import Qt.labs.folderlistmodel 2.11
\endcode
*/
@@ -251,7 +251,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
\e{Elements in the Qt.labs module are not guaranteed to remain compatible
in future versions.}
- \b{import Qt.labs.folderlistmodel 2.1}
+ \b{import Qt.labs.folderlistmodel 2.11}
The \l folder property specifies the folder to access. Information about the
files and directories in the folder is supplied via the model's interface.
@@ -297,7 +297,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
\qml
import QtQuick 2.0
- import Qt.labs.folderlistmodel 2.1
+ import Qt.labs.folderlistmodel 2.11
ListView {
width: 200; height: 400