diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-17 01:48:14 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-17 01:48:14 (GMT) |
commit | 1cea1e158e212f7182586c2963d7e28747d0140c (patch) | |
tree | 33652df2877499203422b9a74e4c6a5df891412b /examples/declarative/velocity | |
parent | eb9f53486a999aa6e56b115e6ea2ff8b7b107259 (diff) | |
download | Qt-1cea1e158e212f7182586c2963d7e28747d0140c.zip Qt-1cea1e158e212f7182586c2963d7e28747d0140c.tar.gz Qt-1cea1e158e212f7182586c2963d7e28747d0140c.tar.bz2 |
Remove non-functioning opaque property.
Diffstat (limited to 'examples/declarative/velocity')
-rw-r--r-- | examples/declarative/velocity/Day.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/velocity/Day.qml b/examples/declarative/velocity/Day.qml index 8f78822..5154c91 100644 --- a/examples/declarative/velocity/Day.qml +++ b/examples/declarative/velocity/Day.qml @@ -11,7 +11,6 @@ Rect { x: 10 y: 10 source: "cork.jpg" - opaque: true } Text { x: 20 |