Home
last modified time | relevance | path

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

/dports/net/akonadi-search/akonadi-search-21.12.3/agent/autotests/
H A Dschedulertest.cpp110 QSignalSpy finishedIndexing(&scheduler, &Scheduler::collectionIndexingFinished); in testIndexCollections()
187 QSignalSpy finishedIndexing(&scheduler, &Scheduler::collectionIndexingFinished); in testDirtyCollections()
/dports/net/akonadi-search/akonadi-search-21.12.3/agent/
H A Dscheduler.h63 void collectionIndexingFinished(Akonadi::Collection::Id id);
H A Dagent.h54 void collectionIndexingFinished(const qlonglong id);
H A Dagent.cpp77 …connect(&m_scheduler, &Scheduler::collectionIndexingFinished, this, &AkonadiIndexingAgent::collect… in AkonadiIndexingAgent()
H A Dscheduler.cpp262 Q_EMIT collectionIndexingFinished(collectionId); in slotIndexingFinished() local
/dports/deskutils/kmail/kmail-21.12.3/src/searchdialog/
H A Dincompleteindexdialog.cpp217 …connect(mIndexer, SIGNAL(collectionIndexingFinished(qlonglong)), this, SLOT(slotCurrentlyIndexingC… in waitForIndexer()