From 017bd28f5f3854d0f4ad62a80630f08387bca9f6 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 18 Apr 2018 15:58:09 +0200 Subject: Document latest QtQml.Models import version to be 2.11 Since commit 214fbaa57b73296a0 the latest minor version of the import is automatically the Qt minor version, so let's also document this. Change-Id: Ife465afc101d400b47e9f98c58cac3894224da00 Reviewed-by: Simon Hausmann --- src/imports/models/plugins.qmltypes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/imports/models/plugins.qmltypes') diff --git a/src/imports/models/plugins.qmltypes b/src/imports/models/plugins.qmltypes index e6d09b76d6..60146f51ba 100644 --- a/src/imports/models/plugins.qmltypes +++ b/src/imports/models/plugins.qmltypes @@ -4,7 +4,7 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable -noforceqtquick QtQml.Models 2.3' +// 'qmlplugindump -nonrelocatable QtQml.Models 2.11' Module { dependencies: [] @@ -19,6 +19,15 @@ Module { "HorizontalSortHint": 2 } } + Enum { + name: "CheckIndexOption" + values: { + "NoOption": 0, + "IndexIsValid": 1, + "DoNotUseParent": 2, + "ParentIsInvalid": 4 + } + } Signal { name: "dataChanged" Parameter { name: "topLeft"; type: "QModelIndex" } -- cgit v1.2.3