aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-11-06 12:38:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 18:49:54 +0100
commitc29e825ec6064aa266f0082b3d3b1cb0ceb0809a (patch)
tree081e9216477e9b02df8010187f726804e91ba2de /src/imports/folderlistmodel/plugins.qmltypes
parent9d90a33c7f83a49919133cd8647b0503e18e6444 (diff)
Fix FolderListModel versioning
Task-number: QTBUG-34448 Change-Id: Idebfdc123a7b908988c9ae86d7db4831ad0e4433 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src/imports/folderlistmodel/plugins.qmltypes')
-rw-r--r--src/imports/folderlistmodel/plugins.qmltypes12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/imports/folderlistmodel/plugins.qmltypes b/src/imports/folderlistmodel/plugins.qmltypes
index 1d451e9e24..a55d3a3499 100644
--- a/src/imports/folderlistmodel/plugins.qmltypes
+++ b/src/imports/folderlistmodel/plugins.qmltypes
@@ -3,7 +3,8 @@ import QtQuick.tooling 1.1
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
-// This file was auto-generated with the command 'qmlplugindump -notrelocatable Qt.labs.folderlistmodel 2.0'.
+// This file was auto-generated by:
+// 'qmlplugindump -nonrelocatable Qt.labs.folderlistmodel 2.1'
Module {
Component {
@@ -11,9 +12,10 @@ Module {
prototype: "QAbstractListModel"
exports: [
"Qt.labs.folderlistmodel/FolderListModel 1.0",
- "Qt.labs.folderlistmodel/FolderListModel 2.0"
+ "Qt.labs.folderlistmodel/FolderListModel 2.0",
+ "Qt.labs.folderlistmodel/FolderListModel 2.1"
]
- exportMetaObjectRevisions: [0, 0]
+ exportMetaObjectRevisions: [0, 0, 1]
Enum {
name: "SortField"
values: {
@@ -30,13 +32,15 @@ Module {
Property { name: "nameFilters"; type: "QStringList" }
Property { name: "sortField"; type: "SortField" }
Property { name: "sortReversed"; type: "bool" }
+ Property { name: "showFiles"; revision: 1; type: "bool" }
Property { name: "showDirs"; type: "bool" }
Property { name: "showDirsFirst"; type: "bool" }
Property { name: "showDotAndDotDot"; type: "bool" }
- Property { name: "showHidden"; type: "bool" }
+ Property { name: "showHidden"; revision: 1; type: "bool" }
Property { name: "showOnlyReadable"; type: "bool" }
Property { name: "count"; type: "int"; isReadonly: true }
Signal { name: "rowCountChanged" }
+ Signal { name: "countChanged"; revision: 1 }
Method {
name: "isFolder"
type: "bool"