summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicsborderimage
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-04 02:45:16 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-04 02:45:16 (GMT)
commit240f2732b808d4c23366f8a432136832b6dd86d5 (patch)
tree49625bf47b11755fc142d6a998ce6499d88729b9 /tests/auto/declarative/qmlgraphicsborderimage
parent211791498291d7c8e7d1bbae5ba22863ac421179 (diff)
downloadQt-240f2732b808d4c23366f8a432136832b6dd86d5.zip
Qt-240f2732b808d4c23366f8a432136832b6dd86d5.tar.gz
Qt-240f2732b808d4c23366f8a432136832b6dd86d5.tar.bz2
use same name for setter/getter and property
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsborderimage')
-rw-r--r--tests/auto/declarative/qmlgraphicsborderimage/tst_qmlgraphicsborderimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicsborderimage/tst_qmlgraphicsborderimage.cpp b/tests/auto/declarative/qmlgraphicsborderimage/tst_qmlgraphicsborderimage.cpp
index 809d9fd..4174ccf 100644
--- a/tests/auto/declarative/qmlgraphicsborderimage/tst_qmlgraphicsborderimage.cpp
+++ b/tests/auto/declarative/qmlgraphicsborderimage/tst_qmlgraphicsborderimage.cpp
@@ -104,7 +104,7 @@ void tst_qmlgraphicsborderimage::smooth()
QVERIFY(obj != 0);
QVERIFY(obj->width() == 300);
QVERIFY(obj->height() == 300);
- QVERIFY(obj->smoothTransform() == true);
+ QVERIFY(obj->smooth() == true);
QVERIFY(obj->horizontalTileMode() == QmlGraphicsBorderImage::Stretch);
QVERIFY(obj->verticalTileMode() == QmlGraphicsBorderImage::Stretch);