summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp b/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
index 0251d74d..046f113b 100644
--- a/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
+++ b/tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
@@ -519,7 +519,7 @@ void tst_QDeclarativeItem::layoutMirroring()
QCOMPARE(childPrivate(rootItem, "inheritedMirror2")->inheritedLayoutMirror, true);
QCOMPARE(childPrivate(rootItem, "mirrored1")->inheritedLayoutMirror, true);
QCOMPARE(childPrivate(rootItem, "notMirrored1")->inheritedLayoutMirror, true);
-
+
//
// dynamic parenting
//
@@ -549,7 +549,7 @@ void tst_QDeclarativeItem::layoutMirroring()
childItem2->setParentItem(parentItem2);
QCOMPARE(QDeclarativeItemPrivate::get(childItem2)->effectiveLayoutMirror, false);
QCOMPARE(QDeclarativeItemPrivate::get(childItem2)->inheritMirrorFromParent, false);
-
+
delete parentItem1;
delete parentItem2;
}
@@ -922,7 +922,7 @@ void tst_QDeclarativeItem::transforms()
void tst_QDeclarativeItem::childrenProperty()
{
QDeclarativeComponent component(&engine, SRCDIR "/data/childrenProperty.qml");
-
+
QObject *o = component.create();
QVERIFY(o != 0);
@@ -937,7 +937,7 @@ void tst_QDeclarativeItem::childrenProperty()
void tst_QDeclarativeItem::resourcesProperty()
{
QDeclarativeComponent component(&engine, SRCDIR "/data/resourcesProperty.qml");
-
+
QObject *o = component.create();
QVERIFY(o != 0);