From e3948955c961972d34483e7da9c2908f5cb84420 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 12 Nov 2018 13:11:54 +0100 Subject: Update plugins.qmltypes Change-Id: I4357377c0c9dc1f5935ea9293da3f54f7f289b02 Reviewed-by: Kai Koehne Reviewed-by: Mitch Curtis Reviewed-by: Shawn Rutledge --- src/imports/folderlistmodel/plugins.qmltypes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/imports/folderlistmodel') diff --git a/src/imports/folderlistmodel/plugins.qmltypes b/src/imports/folderlistmodel/plugins.qmltypes index cfa4765116..fd92ab9960 100644 --- a/src/imports/folderlistmodel/plugins.qmltypes +++ b/src/imports/folderlistmodel/plugins.qmltypes @@ -16,9 +16,10 @@ Module { "Qt.labs.folderlistmodel/FolderListModel 2.0", "Qt.labs.folderlistmodel/FolderListModel 2.1", "Qt.labs.folderlistmodel/FolderListModel 2.11", + "Qt.labs.folderlistmodel/FolderListModel 2.12", "Qt.labs.folderlistmodel/FolderListModel 2.2" ] - exportMetaObjectRevisions: [0, 0, 1, 11, 2] + exportMetaObjectRevisions: [0, 0, 1, 11, 12, 2] Enum { name: "SortField" values: { @@ -52,6 +53,7 @@ Module { Property { name: "caseSensitive"; revision: 2; type: "bool" } Property { name: "count"; type: "int"; isReadonly: true } Property { name: "status"; revision: 11; type: "Status"; isReadonly: true } + Property { name: "sortCaseSensitive"; revision: 12; type: "bool" } Signal { name: "rowCountChanged" } Signal { name: "countChanged"; revision: 1 } Signal { name: "statusChanged"; revision: 11 } -- cgit v1.2.3