Align ADIF MODE/SUBMODE for Q65 with proposed ADIF specification

This commit is contained in:
Bill Somerville 2021-03-15 23:29:03 +00:00
parent 4596ba05a0
commit ca6354ae5b
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, Q
QString t;
t = "<call:" + QString::number(hisCall.size()) + ">" + hisCall;
t += " <gridsquare:" + QString::number(hisGrid.size()) + ">" + hisGrid;
if (mode != "FT4" && mode != "FST4")
if (mode != "FT4" && mode != "FST4" && mode != "Q65")
{
t += " <mode:" + QString::number(mode.size()) + ">" + mode;
}