mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-14 06:44:35 -04:00
Merging code for v1.1 back into the main wsjtx branch.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3462 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+6
-3
@@ -141,9 +141,12 @@ void LogQSO::accept()
|
||||
m.exec();
|
||||
} else {
|
||||
QString logEntry=m_dateTime.date().toString("yyyy-MMM-dd,") +
|
||||
m_dateTime.time().toString("hh:mm,") + hisCall + "," +
|
||||
hisGrid + "," + strDialFreq + "," + mode +
|
||||
"," + rptSent + "," + rptRcvd + "," + comments;
|
||||
m_dateTime.time().toString("hh:mm,") + hisCall + "," +
|
||||
hisGrid + "," + strDialFreq + "," + mode +
|
||||
"," + rptSent + "," + rptRcvd;
|
||||
if(m_txPower!="") logEntry += "," + m_txPower;
|
||||
if(comments!="") logEntry += "," + comments;
|
||||
if(name!="") logEntry += "," + name;
|
||||
QTextStream out(&f);
|
||||
out << logEntry << endl;
|
||||
f.close();
|
||||
|
||||
Reference in New Issue
Block a user