-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0
-
None
Reformatting a qml file removes the readonly qualifier.
To reproduce apply the formatting to following qml file
Test.qml
import QtQuick 2.3 QtObject { readonly property int prop: 2 }