summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlinterface/tst_qmlinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlinterface/tst_qmlinterface.cpp')
-rw-r--r--tests/auto/qmlinterface/tst_qmlinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlinterface/tst_qmlinterface.cpp b/tests/auto/qmlinterface/tst_qmlinterface.cpp
index 11fc3c16..272729bc 100644
--- a/tests/auto/qmlinterface/tst_qmlinterface.cpp
+++ b/tests/auto/qmlinterface/tst_qmlinterface.cpp
@@ -97,7 +97,7 @@ tst_qmlinterface::tst_qmlinterface()
m_rectangle.setWidth(40.0);
m_location.setAddress(m_address);
- m_location.setBoundingBox(m_rectangle);
+ m_location.setBoundingShape(m_rectangle);
m_location.setCoordinate(m_coordinate);
m_category.setName(QStringLiteral("Test category"));