mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Allow recevied signal reports from compound calls to be logged
This commit is contained in:
parent
b8287eb584
commit
a2ce15d4b1
@ -3173,8 +3173,8 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
QString grid;
|
QString grid;
|
||||||
decodedtext.deCallAndGrid(/*out*/deCall,grid);
|
decodedtext.deCallAndGrid(/*out*/deCall,grid);
|
||||||
{
|
{
|
||||||
QString t=Radio::base_callsign(ui->dxCallEntry->text());
|
auto t = Radio::base_callsign (ui->dxCallEntry->text ());
|
||||||
if((t==deCall or t=="") and rpt!="") m_rptRcvd=rpt;
|
if ((t == deCall || ui->dxCallEntry->text () == deCall || !t.size ()) && rpt.size ()) m_rptRcvd = rpt;
|
||||||
}
|
}
|
||||||
// extract details and send to PSKreporter
|
// extract details and send to PSKreporter
|
||||||
int nsec=QDateTime::currentMSecsSinceEpoch()/1000-m_secBandChanged;
|
int nsec=QDateTime::currentMSecsSinceEpoch()/1000-m_secBandChanged;
|
||||||
|
Loading…
Reference in New Issue
Block a user