From 6f5477369d252c0b4a10995830d16e83098c7c8b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 14 Aug 2016 11:58:44 +0200 Subject: FileDialog: add missing selectedNameFilter-property Change-Id: If31d657e29a9cc3049af5cd3cf39d68979ff2db0 Reviewed-by: J-P Nurmi --- src/imports/platform/plugins.qmltypes | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imports/platform/plugins.qmltypes') diff --git a/src/imports/platform/plugins.qmltypes b/src/imports/platform/plugins.qmltypes index 1188697d..a6b80bda 100644 --- a/src/imports/platform/plugins.qmltypes +++ b/src/imports/platform/plugins.qmltypes @@ -118,6 +118,7 @@ Module { Property { name: "folder"; type: "QUrl" } Property { name: "options"; type: "QFileDialogOptions::FileDialogOptions" } Property { name: "nameFilters"; type: "QStringList" } + Property { name: "selectedNameFilter"; type: "string" } Property { name: "defaultSuffix"; type: "string" } Property { name: "acceptLabel"; type: "string" } Property { name: "rejectLabel"; type: "string" } -- cgit v1.2.3