summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-11 11:29:07 +0200
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-12 10:52:16 +0200
commitfe131fca53545c45cbddf436400921f2e0f03bad (patch)
tree94bcaec60be9076527dfaabf4c6827c311d677d8 /tests
parent1a378511576b32ec26dcbd85b66a94e366422d61 (diff)
qdoc: Added list of all members (including inherited) page to QML elements.
(cherry picked from commit 62968f33452016b31020e524fa6ba6d2cefd0278)
Diffstat (limited to 'tests')
-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 { }
+ }
+ }
+}