diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2013-01-28 12:46:18 +0800 |
---|---|---|
committer | Laszlo Papp <lpapp@kde.org> | 2013-02-05 20:40:27 +0100 |
commit | d5466f28cb921929268bbcab335f0edaabbbfdd3 (patch) | |
tree | 1b81913d351415c89bd9a30ccf1f568bb3bbda30 /tests/auto/nokia_services | |
parent | 3a598fcfa09551f3476b19549f02251aa44fefb7 (diff) | |
download | qtlocation-d5466f28cb921929268bbcab335f0edaabbbfdd3.tar.gz |
Rename namespace QtLocation -> QLocation
Main code, tests and docs updated.
For consistency (with minimal disruption to the Qt 5.0.0 release),
namespaces with a "Qt" prefix were renamed.
Part of the Header Consistency Project
(http://lists.qt-project.org/pipermail/development/2012-October/007570.html)
Change-Id: Ic728cbbe39e0140dca1cdee24257dda095c9a478
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'tests/auto/nokia_services')
-rw-r--r-- | tests/auto/nokia_services/places_semiauto/tst_places.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/nokia_services/places_semiauto/tst_places.cpp b/tests/auto/nokia_services/places_semiauto/tst_places.cpp index 68fad46a..7eafb812 100644 --- a/tests/auto/nokia_services/places_semiauto/tst_places.cpp +++ b/tests/auto/nokia_services/places_semiauto/tst_places.cpp @@ -412,7 +412,7 @@ void tst_QPlaceManagerNokia::details() } QVERIFY(!place.extendedAttributeTypes().isEmpty()); - QVERIFY(place.visibility() == QtLocation::PublicVisibility); + QVERIFY(place.visibility() == QLocation::PublicVisibility); QVERIFY(place.detailsFetched()); //attributions are optional and thus have not been explicitly tested. |