diff --git a/logbook/logbook.cpp b/logbook/logbook.cpp index 2cfa87418..2f2b70a5d 100644 --- a/logbook/logbook.cpp +++ b/logbook/logbook.cpp @@ -79,7 +79,7 @@ QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, Q QString t; t = "" + hisCall; t += " " + hisGrid; - if (mode != "FT4" && mode != "FST4") + if (mode != "FT4" && mode != "FST4" && mode != "Q65") { t += " " + mode; }