Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessing.cpp1466 const QSignalSpy providerRefreshed( p, &DummyProvider::algorithmsLoaded ); in algorithm() local
1468 QCOMPARE( providerRefreshed.count(), 1 ); in algorithm()
1484 QCOMPARE( providerRefreshed.count(), 2 + i ); in algorithm()
1490 QCOMPARE( providerRefreshed.count(), 3 ); in algorithm()
1494 QCOMPARE( providerRefreshed.count(), 4 ); in algorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsprocessing.cpp1325 QSignalSpy providerRefreshed( p, &DummyProvider::algorithmsLoaded ); in algorithm() local
1327 QCOMPARE( providerRefreshed.count(), 1 ); in algorithm()
1343 QCOMPARE( providerRefreshed.count(), 2 + i ); in algorithm()
1349 QCOMPARE( providerRefreshed.count(), 3 ); in algorithm()
1353 QCOMPARE( providerRefreshed.count(), 4 ); in algorithm()