From 89464ba786864f8a905c0d9939033970ac10f978 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Tue, 17 Nov 2009 09:42:38 +1000 Subject: Add missing file. --- tests/auto/declarative/states/data/propertyErrors.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/auto/declarative/states/data/propertyErrors.qml diff --git a/tests/auto/declarative/states/data/propertyErrors.qml b/tests/auto/declarative/states/data/propertyErrors.qml new file mode 100644 index 0000000..270462e --- /dev/null +++ b/tests/auto/declarative/states/data/propertyErrors.qml @@ -0,0 +1,10 @@ +import Qt 4.6 +Rectangle { + id: MyRectangle + width: 100; height: 100 + color: "red" + states: State { + name: "blue" + PropertyChanges { target: MyRectangle; colr: "blue"; wantsFocus: true } + } +} -- cgit v0.12