From 2cc57f1e33cc4d739b1b76c605e6241fa0f134a8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 21 Aug 2012 18:19:01 +0200 Subject: Trim trailing whitespace. Change-Id: I3d268d3ce8d73c7287f51abe9a28c165cb75acb9 Reviewed-by: Chris Adams --- tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp') diff --git a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp index 658874f46d..b8e47c80ec 100644 --- a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp +++ b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp @@ -461,8 +461,8 @@ void tst_qqmlproperty::qmlmetaproperty_object() void tst_qqmlproperty::qmlmetaproperty_object_string() { - QObject object; - PropertyObject dobject; + QObject object; + PropertyObject dobject; { QQmlProperty prop(&object, QString("defaultProperty")); @@ -765,8 +765,8 @@ void tst_qqmlproperty::qmlmetaproperty_object_context() void tst_qqmlproperty::qmlmetaproperty_object_string_context() { - QObject object; - PropertyObject dobject; + QObject object; + PropertyObject dobject; { QQmlProperty prop(&object, QString("defaultProperty"), engine.rootContext()); @@ -966,7 +966,7 @@ void tst_qqmlproperty::qmlmetaproperty_object_string_context() void tst_qqmlproperty::name() { - { + { QQmlProperty p; QCOMPARE(p.name(), QString()); } @@ -1039,7 +1039,7 @@ void tst_qqmlproperty::name() void tst_qqmlproperty::read() { - // Invalid + // Invalid { QQmlProperty p; QCOMPARE(p.read(), QVariant()); @@ -1108,7 +1108,7 @@ void tst_qqmlproperty::read() QCOMPARE(p.read(), QVariant()); } - // Automatic signal property + // Automatic signal property { PropertyObject o; QQmlProperty p(&o, "onPropertyWithNotifyChanged"); -- cgit v1.2.3