summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativeitem
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-11 11:29:07 +0200
committerMartin Smith <martin.smith@nokia.com>2010-08-11 11:29:07 +0200
commit62968f33452016b31020e524fa6ba6d2cefd0278 (patch)
tree5590b191ab33f4a8ea97f4556fdaa7b63819bba0 /tests/auto/declarative/qdeclarativeitem
parent0d4d065cc9757159c5b6fa817892f5707bc1ecae (diff)
downloadqt4-tools-62968f33452016b31020e524fa6ba6d2cefd0278.tar.gz
qdoc: Added list of all members (including inherited) page to QML elements.
Diffstat (limited to 'tests/auto/declarative/qdeclarativeitem')
-rw-r--r--tests/auto/declarative/qdeclarativeitem/data/childrenRectBug3.qml30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/auto/declarative/qdeclarativeitem/data/childrenRectBug3.qml b/tests/auto/declarative/qdeclarativeitem/data/childrenRectBug3.qml
index f19ab4fed5..54b5b68adb 100644
--- a/tests/auto/declarative/qdeclarativeitem/data/childrenRectBug3.qml
+++ b/tests/auto/declarative/qdeclarativeitem/data/childrenRectBug3.qml
@@ -1,15 +1,15 @@
-import Qt 4.7
-
-Rectangle {
- width: 300
- height: 300
-
- Rectangle {
- height: childrenRect.height
-
- Repeater {
- model: 1
- Rectangle { }
- }
- }
-}
+import Qt 4.7
+
+Rectangle {
+ width: 300
+ height: 300
+
+ Rectangle {
+ height: childrenRect.height
+
+ Repeater {
+ model: 1
+ Rectangle { }
+ }
+ }
+}