- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P3: Somewhat important
 - 
    None
 - 
    5.12.3
 - 
    None
 
When using Qt Quick 2.0 import, the Connections::enabled property is not available anymore:
import QtQuick 2.0 import QtQuick.Window 2.2 Window { visible: true width: 640 height: 480 title: qsTr("Connections::enabled") Connections { target: someItem enabled: false } Item { id: someItem } }
This example worked fine with Qt 5.11. Theres no issue when using e.g. import QtQuick 2.12.