Searched refs:progressSpy (Results 1 – 1 of 1) sorted by relevance
2134 QSignalSpy progressSpy(m_view, SIGNAL(loadProgress(int))); in progressSignal() local2141 QVERIFY(progressSpy.size() >= 2); in progressSignal()2144 QCOMPARE(progressSpy.first().first().toInt(), 10); in progressSignal()2147 QCOMPARE(progressSpy.last().first().toInt(), 100); in progressSignal()