show status of LotW file download; new button to download of CTY.DAT, show version of CTY.DAT; genericize download file code;

This commit is contained in:
Brian Moran
2023-03-15 20:42:03 -07:00
parent eebababece
commit b812ac2786
26 changed files with 471 additions and 315 deletions
+5
View File
@@ -69,6 +69,11 @@ void LogBook::rescan ()
worked_before_.reload ();
}
QString const LogBook::cty_version() const
{
return worked_before_.cty_version();
}
QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, QString const& mode,
QString const& rptSent, QString const& rptRcvd, QDateTime const& dateTimeOn,
QDateTime const& dateTimeOff, QString const& band, QString const& comments,