Rewrite the canvas item's paint logic.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeloader / data / VmeError.qml
1 import QtQuick 1.0
2
3 Rectangle {
4     width: 100; height: 100; color: "red"
5     signal somethingHappened
6     onSomethingHappened: QtObject {}
7 }