summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-01-11 09:32:41 +0200
committerMarko Niemelä <marko.a.niemela@nokia.com>2012-01-11 09:32:41 +0200
commit64b23adb450e240697776a62c70b8274db3f5866 (patch)
tree64b3c4dbb4676157ef4a2d6d6a1400b3780822fa /tests/auto
parentb5b50593d4eca7932eec1e0f727bbc8b2f43f229 (diff)
downloadqtgraphicaleffects-64b23adb450e240697776a62c70b8274db3f5866.tar.gz
Renamed FastBlur property blur -> radius
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index d26bf94..876bba0 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -149,7 +149,7 @@ void tst_qtgraphicaleffects::fastBlur()
QVERIFY(obj != 0);
// Default values
- QCOMPARE(obj->property("blur").toDouble(), 0.0);
+ QCOMPARE(obj->property("radius").toDouble(), 0.0);
QCOMPARE(obj->property("transparentBorder").toBool(), false);
QCOMPARE(obj->property("source").toInt(), 0);
QCOMPARE(obj->property("cached").toBool(), false);