QtQuick.tooling: Add isRequired to Property

Previously parsing qmltypes with qml would fail due to this.

Change-Id: Ib5498eb75cbb6873cc5d4e8c798baefa1204bd8a
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Maximilian Goldstein 2021-03-11 09:39:20 +01:00
parent 9f8292d489
commit b3567c177f
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Member {
required property string type
property bool isPointer: false
property bool isReadonly: false
property bool isRequired: false
property bool isList: false
property int revision: 0
property string bindable