aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp')
-rw-r--r--tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp14
1 files changed, 7 insertions, 7 deletions
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");