diff options
Diffstat (limited to 'examples/declarative/xmldata/yahoonews.qml')
-rw-r--r-- | examples/declarative/xmldata/yahoonews.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/xmldata/yahoonews.qml b/examples/declarative/xmldata/yahoonews.qml index 9d0c956..c7f0b08 100644 --- a/examples/declarative/xmldata/yahoonews.qml +++ b/examples/declarative/xmldata/yahoonews.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Rect { gradient: Gradient { GradientStop { position: 0; color: "black" } |