aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/VmeError.qml
blob: a36c24626044703b12b8d541b23fd5c7bf646d85 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Rectangle {
    width: 100; height: 100; color: "red"
    signal somethingHappened
    onSomethingHappened: QtObject {}
}