forked from qt-creator/qt-creator
Support required list properties The corresponding rules were missing so far. Fixes: QTBUG-85716 Change-Id: Iaf0cbfbb8736929a213bd6bf329bb2ebdde652c4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
8 lines
112 B
QML
8 lines
112 B
QML
import QtQuick 2.15
|
|
|
|
RequiredListProperties {
|
|
Rectangle {}
|
|
Rectangle {}
|
|
listA: [Item {}, Item {}]
|
|
}
|