Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.0
-
None
Description
Adding a list type property like in
import QtQuick Window { id: root width: 640 height: 480 visible: true title: "Foo" readonly property list<string> supports: ["foo", "bar"] Text { text: "Supports: " + root.supports[0] } }
renders into
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28238 Update QML code scanner for new QML syntax
- Closed