aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickloader/data/VmeError.qml
blob: 0443aa90542121851f894f9e211e8869ca7ea540 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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