- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    Qt Creator 4.9.0-beta1
 
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") } }
- relates to
 - 
                    
QTCREATORBUG-22147 all declared container properties are unknown to the qml code model
-         
 - Closed
 
 -