diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-12-05 09:20:40 +0100 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2018-12-05 09:20:40 +0100 |
commit | baa6f08e1ea7c2f3ae04fee475f75a5d1593b542 (patch) | |
tree | 97ad425bb42e425d366990f310be7e392093557a /tests | |
parent | cfb917948799cb177b3de7eced77f37d13b4e520 (diff) | |
parent | dc761b9007416b254eba18a300c5d7f91ca1c552 (diff) | |
download | qtlocation-baa6f08e1ea7c2f3ae04fee475f75a5d1593b542.tar.gz |
Merge remote-tracking branch 'origin/5.12.0' into 5.12
Change-Id: I53b052e12532392192d73da7006b204539cad57c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qgeopath/tst_qgeopath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeopath/tst_qgeopath.cpp b/tests/auto/qgeopath/tst_qgeopath.cpp index 213af0ad..47badf73 100644 --- a/tests/auto/qgeopath/tst_qgeopath.cpp +++ b/tests/auto/qgeopath/tst_qgeopath.cpp @@ -182,7 +182,7 @@ void tst_QGeoPath::path() QCOMPARE(p.path().contains(c), true); } - p.clear(); + p.clearPath(); QCOMPARE(p.path().size(), 0); QVERIFY(p.boundingGeoRectangle().isEmpty()); } |