diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-07 05:58:10 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-11 23:46:46 (GMT) |
commit | 6a3bbb128046942b169a3f7e6c0cf14397662d83 (patch) | |
tree | 1e497cd5336a983e6b2c375c4debdc2ac3a77e42 /examples/declarative | |
parent | 355bacaa767f48014478d91e3d79f19f966c9756 (diff) | |
download | Qt-6a3bbb128046942b169a3f7e6c0cf14397662d83.zip Qt-6a3bbb128046942b169a3f7e6c0cf14397662d83.tar.gz Qt-6a3bbb128046942b169a3f7e6c0cf14397662d83.tar.bz2 |
Clean up
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/xmldata/daringfireball.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/xmldata/daringfireball.qml b/examples/declarative/xmldata/daringfireball.qml index a1df809..480b13c 100644 --- a/examples/declarative/xmldata/daringfireball.qml +++ b/examples/declarative/xmldata/daringfireball.qml @@ -1,7 +1,6 @@ import Qt 4.7 Rectangle { - color: "white" width: 600; height: 600 XmlListModel { |