From c29e825ec6064aa266f0082b3d3b1cb0ceb0809a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 6 Nov 2013 12:38:47 +0100 Subject: Fix FolderListModel versioning Task-number: QTBUG-34448 Change-Id: Idebfdc123a7b908988c9ae86d7db4831ad0e4433 Reviewed-by: Jerome Pasion Reviewed-by: Alan Alpert --- src/imports/folderlistmodel/plugins.qmltypes | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/imports/folderlistmodel/plugins.qmltypes') 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" -- cgit v1.2.3