mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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
This commit is contained in:
parent
c8402e6170
commit
866c820ac7
@ -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--;
|
||||
|
Loading…
Reference in New Issue
Block a user