Rename Qt Quick-specific classes to QQuick*
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickloader / data / VmeError.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 100; height: 100; color: "red"
5     signal somethingHappened
6     onSomethingHappened: QtObject {}
7 }