Searched refs:actionReturnDownload (Results 1 – 8 of 8) sorted by relevance
/dports/comms/klog/klog-1.8.5/src/ |
H A D | downloadcty.h | 76 void actionReturnDownload(const int _i);
|
H A D | eqslutilities.h | 83 void actionReturnDownload(const int _i, const int _qsoId);
|
H A D | elogclublog.h | 83 void actionReturnDownload(const int _i, const int _qsoId);
|
H A D | elogqrzlog.h | 108 void actionReturnDownload(const int _i, const int _qsoId);
|
H A D | downloadcty.cpp | 105 emit actionReturnDownload(QNetworkReply::NoError); in slotDownloadFinished() local
|
H A D | startwizard.cpp | 936 connect(dl, SIGNAL(actionReturnDownload(int)), this, SLOT(slotDownloadFinished(int))); in CTYPage()
|
H A D | elogclublog.cpp | 72 emit actionReturnDownload(result, currentQSO); in slotQsoUploadFinished() local
|
H A D | mainwindow.cpp | 536 …connect (elogClublog, SIGNAL (actionReturnDownload(int, int)), this, SLOT (slotElogClubLogProcessA… in createActionsCommon()
|