diff options
Diffstat (limited to 'examples/declarative/follow/follow.qml')
-rw-r--r-- | examples/declarative/follow/follow.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/follow/follow.qml b/examples/declarative/follow/follow.qml index 37a953c..b906c12 100644 --- a/examples/declarative/follow/follow.qml +++ b/examples/declarative/follow/follow.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Rect { color: "#ffffff" width: 320; height: 240 |