Home
last modified time | relevance | path

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

/dports/comms/klog/klog-1.8.5/src/
H A Ddownloadcty.h76 void actionReturnDownload(const int _i);
H A Deqslutilities.h83 void actionReturnDownload(const int _i, const int _qsoId);
H A Delogclublog.h83 void actionReturnDownload(const int _i, const int _qsoId);
H A Delogqrzlog.h108 void actionReturnDownload(const int _i, const int _qsoId);
H A Ddownloadcty.cpp105 emit actionReturnDownload(QNetworkReply::NoError); in slotDownloadFinished() local
H A Dstartwizard.cpp936 connect(dl, SIGNAL(actionReturnDownload(int)), this, SLOT(slotDownloadFinished(int))); in CTYPage()
H A Delogclublog.cpp72 emit actionReturnDownload(result, currentQSO); in slotQsoUploadFinished() local
H A Dmainwindow.cpp536 …connect (elogClublog, SIGNAL (actionReturnDownload(int, int)), this, SLOT (slotElogClubLogProcessA… in createActionsCommon()