Searched refs:secondObj (Results 1 – 1 of 1) sorted by relevance
388 …QGeoAreaMonitorSource *secondObj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpol… in tst_activeMonitors() local389 QVERIFY(secondObj != 0); in tst_activeMonitors()390 QCOMPARE(secondObj->sourceName(), QStringLiteral("positionpoll")); in tst_activeMonitors()392 results = secondObj->activeMonitors(); in tst_activeMonitors()398 results = secondObj->activeMonitors(QGeoShape()); in tst_activeMonitors()401 results = secondObj->activeMonitors(QGeoRectangle(QGeoCoordinate(1,1),0.2, 0.2)); in tst_activeMonitors()407 results = secondObj->activeMonitors(QGeoCircle(QGeoCoordinate(1,1),1000)); in tst_activeMonitors()413 results = secondObj->activeMonitors(QGeoCircle(QGeoCoordinate(2,1),1000)); in tst_activeMonitors()420 delete secondObj; in tst_activeMonitors()429 …QGeoAreaMonitorSource *secondObj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpol… in tst_testExpiryTimeout() local[all …]