From 866c820ac7f66e793d542602d729605395b51bac Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Dec 2017 19:12:25 +0000 Subject: [PATCH] Add a comment: Compound callsigns for Hounds are not presently supported. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8368 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index b4fb687c5..b86fb6a9b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7285,12 +7285,7 @@ void MainWindow::selectHound(QString line) QString houndGrid=line.split(" ",QString::SkipEmptyParts).at(1); // Hound caller's grid QString rpt=line.split(" ",QString::SkipEmptyParts).at(2); // Hound SNR - /* - ui->dxCallEntry->setText(houndCall); // Not necessary? - ui->dxGridEntry->setText(houndGrid); - genStdMsgs(rpt); - on_txb2_clicked(); - */ +//### Note: Compound callsigns for Hounds are not presently supported. ### m_houndCallers=m_houndCallers.remove(line+"\n"); // Remove t from sorted Hound list m_nSortedHounds--;