aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/AliasHolder.qml
blob: 42aed6ed26008c4c24f850ce64e3953eee0a73be (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property alias strokeStyle: path.restoreMode
    property Binding p: Binding { id: path }
}