Searched refs:qgeolocationcopy (Results 1 – 2 of 2) sorted by relevance
65 QGeoLocation *qgeolocationcopy = new QGeoLocation (m_location); in copy_constructor() local66 QCOMPARE(m_location, *qgeolocationcopy); in copy_constructor()67 delete qgeolocationcopy; in copy_constructor()72 QGeoLocation *qgeolocationcopy; in destructor() local74 qgeolocationcopy = new QGeoLocation(); in destructor()75 delete qgeolocationcopy; in destructor()77 qgeolocationcopy = new QGeoLocation(m_location); in destructor()78 delete qgeolocationcopy; in destructor()162 QGeoLocation qgeolocationcopy(m_location); in operators() local163 QVERIFY(m_location == qgeolocationcopy); in operators()[all …]
240 QGeoLocation *qgeolocationcopy = new QGeoLocation (*qgeolocation); in locations() local244 qgeolocations.append(*qgeolocationcopy); in locations()258 delete qgeolocationcopy; in locations()