summaryrefslogtreecommitdiffstats
path: root/examples/declarative/parallax/parallax.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-30 04:17:51 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-30 04:17:51 (GMT)
commitd6a5e635a1605820571f83b375377d7d5dcb8968 (patch)
treee894befb2f1b42ee0240ec3bcf43ca56000fcee5 /examples/declarative/parallax/parallax.qml
parentd788c0127b86d8245aa0a8e2472562f444d98ee9 (diff)
downloadQt-d6a5e635a1605820571f83b375377d7d5dcb8968.zip
Qt-d6a5e635a1605820571f83b375377d7d5dcb8968.tar.gz
Qt-d6a5e635a1605820571f83b375377d7d5dcb8968.tar.bz2
fix parallax example
Diffstat (limited to 'examples/declarative/parallax/parallax.qml')
-rw-r--r--examples/declarative/parallax/parallax.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/declarative/parallax/parallax.qml b/examples/declarative/parallax/parallax.qml
index 52bd210..e3a7d93 100644
--- a/examples/declarative/parallax/parallax.qml
+++ b/examples/declarative/parallax/parallax.qml
@@ -1,5 +1,5 @@
import Qt 4.6
-import "../clock"
+import "../clocks/content"
Rectangle {
id: root
@@ -17,9 +17,7 @@ Rectangle {
width: 320
height: 480
- Clock {
- anchors.centerIn: parent
- }
+ Clock { anchors.centerIn: parent }
}
Item {