aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/requiredProperties.5.qml
Commit message (Collapse)AuthorAgeFilesLines
* Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-0/+1
It is now possible to mark a property of a parent class as required in the child by writing required <propertyName> Change-Id: I9e9d58c7b5c00577b056e905b39744b2fa359ea0 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>