Home
last modified time | relevance | path

Searched refs:slotFetchError (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/akregator/akregator-21.12.3/src/
H A Dfetchqueue.cpp71 void FetchQueue::slotFetchError(Feed *f) in slotFetchError() function in FetchQueue
102 connect(feed, &Feed::fetchError, this, &FetchQueue::slotFetchError); in connectToFeed()
H A Dprogressmanager.cpp104 connect(feed, &Feed::fetchError, this, &ProgressItemHandler::slotFetchError); in ProgressItemHandler()
137 void ProgressItemHandler::slotFetchError() in slotFetchError() function in ProgressItemHandler
H A Dfetchqueue.h58 void slotFetchError(Akregator::Feed *);
H A Dprogressmanager.h68 void slotFetchError();