Home
last modified time | relevance | path

Searched refs:qgeolocation (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp43 delete qgeolocation; in cleanupTestCase()
230 qgeolocation = new QGeoLocation (); in locations()
231 qgeolocation->setAddress(*qgeoaddress); in locations()
232 qgeolocation->setCoordinate(*qgeocoordinate); in locations()
234 reply->callAddLocation(*qgeolocation); in locations()
238 QCOMPARE(geolocations.at(0),*qgeolocation); in locations()
240 QGeoLocation *qgeolocationcopy = new QGeoLocation (*qgeolocation); in locations()
243 qgeolocations.append(*qgeolocation); in locations()
H A Dtst_qgeocodereply.h97 QGeoLocation *qgeolocation; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dpositioning.pro33 qgeolocation.h \
76 qgeolocation.cpp \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/
H A Dauto.pro93 qgeolocation \