mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Clean up some minor formatting.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8560 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f05ab39a30
commit
05caba58f4
@ -7553,7 +7553,7 @@ void MainWindow::foxTxSequencer()
|
||||
m_rptSent=m_foxQSO[hc1].sent;
|
||||
m_rptRcvd=m_foxQSO[hc1].rcvd;
|
||||
QDateTime logTime {QDateTime::currentDateTimeUtc ()};
|
||||
QString logLine=logTime.toString("yyyy-MM-dd hh:mm") + " " + m_hisCall +
|
||||
QString logLine=logTime.toString("yyyy-MM-dd hh:mm") + " " + (m_hisCall + " ").mid(0,6) +
|
||||
" " + m_hisGrid + " " + m_rptSent + " " + m_rptRcvd + " " + m_lastBand;
|
||||
if(m_msgAvgWidget != NULL and m_msgAvgWidget->isVisible()) {
|
||||
m_msgAvgWidget->foxAddLog(logLine);
|
||||
@ -7704,7 +7704,7 @@ void MainWindow::foxGenWaveform(int i,QString fm)
|
||||
strncpy(&foxcom_.cmsg[i][0],fm.toLatin1(),40); //Copy this message into cmsg[i]
|
||||
if(i==0) m_fm1=fm;
|
||||
QString t;
|
||||
t.sprintf(" Tx %d: ",i+1);
|
||||
t.sprintf(" Tx%d: ",i+1);
|
||||
writeFoxQSO(t + fm.trimmed());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user