Searched refs:enteredSpy2 (Results 1 – 1 of 1) sorted by relevance
505 … QSignalSpy enteredSpy2(secondObj, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_enteredExitedSignal() local584 monInfo = enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>(); in tst_enteredExitedSignal()585 posInfo = enteredSpy2.takeFirst().at(1).value<QGeoPositionInfo>(); in tst_enteredExitedSignal()634 QSignalSpy enteredSpy2(obj2, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_swapOfPositionSource() local663 QCOMPARE(enteredSpy.count(), enteredSpy2.count()); in tst_swapOfPositionSource()668 enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>()); in tst_swapOfPositionSource()670 QVERIFY(info == enteredSpy2.takeFirst().at(1).value<QGeoPositionInfo>()); in tst_swapOfPositionSource()682 QCOMPARE(enteredSpy2.count(), 0); in tst_swapOfPositionSource()691 QCOMPARE(enteredSpy.count(), enteredSpy2.count()); in tst_swapOfPositionSource()696 enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>()); in tst_swapOfPositionSource()[all …]