Home
last modified time | relevance | path

Searched refs:slotDownloadDone (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/
H A Ddownloadfilejob.cpp33 connect(mReply.data(), &QNetworkReply::finished, this, &DownloadFileJob::slotDownloadDone); in start()
37 void DownloadFileJob::slotDownloadDone() in slotDownloadDone() function in DownloadFileJob
H A Ddownloadfilejob.h41 void slotDownloadDone();
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/wpt/
H A DCDetailsGeoCache.cpp143 connect(timerDownload, &QTimer::timeout, this, &CDetailsGeoCache::slotDownloadDone); in CDetailsGeoCache()
258 slotDownloadDone(); in slotRequestFinished()
316 void CDetailsGeoCache::slotDownloadDone() in slotDownloadDone() function in CDetailsGeoCache
H A DCDetailsGeoCache.h42 void slotDownloadDone();
/dports/comms/qsstv/qsstv/drmrx/
H A Dsourcedecoder.h199 void slotDownloadDone(bool err, QString filename);
H A Dsourcedecoder.cpp47 connect(ff,SIGNAL(downloadDone(bool,QString)),SLOT(slotDownloadDone(bool,QString))); in sourceDecoder()
574 void sourceDecoder::slotDownloadDone(bool err,QString filename) in slotDownloadDone() function in sourceDecoder
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfontitem.h256 void slotDownloadDone(bool error);
H A Dfontitem.cpp3193 connect ( rHttp,SIGNAL ( done ( bool ) ),this,SLOT ( slotDownloadDone ( bool ) ) ); in getFromNetwork()
3246 void FontItem::slotDownloadDone ( bool error ) in slotDownloadDone() function in FontItem