summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/property.1.qml
blob: 0b46ceb685f8138bcd6149869f6df249d6a291d4 (plain)
1
2
3
4
5
import QtQuick 1.0

QtObject {
    property blah a;
}