mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-13 23:13:52 -04:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user