Home
last modified time | relevance | path

Searched refs:qgeocoordinatecopy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp175 QGeoCoordinate *qgeocoordinatecopy = new QGeoCoordinate(34.54 , -21.32); in request() local
179 path.append(*qgeocoordinatecopy); in request()
194 delete qgeocoordinatecopy; in request()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp133 QGeoCoordinate *qgeocoordinatecopy = new QGeoCoordinate(34.324 , -110.32); in excludeAreas() local
136 QGeoRectangle *qgeoboundingboxcopy2 = new QGeoRectangle(*qgeocoordinatecopy, 1.2, 0.9); in excludeAreas()
147 delete qgeocoordinatecopy; in excludeAreas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp144 QGeoCoordinate qgeocoordinatecopy (32.324 , 41.324 , 24.55); in operators() local
171 qgeolocationcopy.setCoordinate(qgeocoordinatecopy); in operators()