Searched refs:compatPlace (Results 1 – 2 of 2) sorted by relevance
140 QPlace compatPlace = placeManager->compatiblePlace(place); in compatiblePlace() local141 QVERIFY(compatPlace.placeId().isEmpty()); in compatiblePlace()142 QCOMPARE(compatPlace.name(), QStringLiteral("Island")); in compatiblePlace()143 QCOMPARE(compatPlace.visibility(), QLocation::UnspecifiedVisibility); in compatiblePlace()
211 QPlace compatPlace = m_manager->compatiblePlace(place); in compatiblePlace() local212 QCOMPARE(compatPlace, QPlace()); in compatiblePlace()