From 4e64f3ce8a14fa64a07ba360f324a28052470dc2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 8 Dec 2017 21:11:53 +0000 Subject: [PATCH] More DXpedition tweaks. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index f189289bb..d3583dd6e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7270,6 +7270,12 @@ void MainWindow::foxTxSequencer() */ for(int i=0; i0) m_foxMsgToBeSent[i]=m_foxMsgToBeSent[i].mid(i1+2); @@ -7297,7 +7303,7 @@ void MainWindow::foxTxSequencer() m_hisGrid=""; m_rptSent=m_houndRptSent[i]; m_rptRcvd=m_houndRptRcvd[i]; - qDebug() << "Logged:" << i << m_hisCall << m_rptSent << m_rptRcvd; + qDebug() << "Logged by Fox:" << i << m_hisCall << m_rptSent << m_rptRcvd; on_logQSOButton_clicked(); //Find someone to call next @@ -7314,6 +7320,7 @@ void MainWindow::foxTxSequencer() //Default to a standard (i3bit=0) message if queue is empty fm=m_houndCall[i] + " " + m_config.my_callsign() + " RR73"; } +// qDebug() << "BB" << fm; } if(!fm.contains(";")) { fm.remove("<");