Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.9.0-beta1
Description
In QtCreator's editor the following error is displayed for the property 'sequences': 'Invalid property name "sequences". (M16)'. No such error observed with QtCreator 4.8.1.
import QtQuick 2.12 import QtQuick.Window 2.12 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") Shortcut { sequences: ["Ctrl+Q", "Alt+Q"] onActivated: console.log("hello") } }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22147 all declared container properties are unknown to the qml code model
- Open
For Gerrit Dashboard: QTCREATORBUG-22057 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
257971,5 | QmlJS: re-enable revision parsing | 4.9 | qt-creator/qt-creator | Status: MERGED | -2 | 0 |
258025,3 | QmlDesigner.Tests: Add regression test | 4.9 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |