summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/aliasPropertyChangeSignals.2.qml
blob: a15a7188917046902458ebf46882b9ac4411c2d2 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 1.0

AliasPropertyChangeSignalsType {
    id: root
    onAliasPropertyChanged: root.test = true

    function blah() {}
    property int a
}