Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp90 QGeoRouteReply *qgeoroutereplycopy = new QGeoRouteReply(error, msg, 0); in constructor_error() local
95 QVERIFY(qgeoroutereplycopy->isFinished()); in constructor_error()
96 QCOMPARE(qgeoroutereplycopy->error(), error); in constructor_error()
97 QCOMPARE(qgeoroutereplycopy->errorString(), msg); in constructor_error()
99 delete qgeoroutereplycopy; in constructor_error()
118 QGeoRouteReply *qgeoroutereplycopy; in destructor() local
123 qgeoroutereplycopy = new QGeoRouteReply(error, msg, 0); in destructor()
124 delete qgeoroutereplycopy; in destructor()