mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -04:00
Strip decode quality information from decoded messages before parsing by double click
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7037 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dbcfe404db
commit
38a93a0280
@ -3195,7 +3195,8 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl
|
||||
ntsec = ntsec + t2.mid(4,2).toInt();
|
||||
t2a=t2.mid(0,4) + t2.mid(6,-1); //Change hhmmss to hhmm for the message parser
|
||||
} else {
|
||||
t2a=t2;
|
||||
t2a=t2.left (44); // strip and quality info trailing the
|
||||
// decoded message
|
||||
}
|
||||
if(m_bFast9) {
|
||||
i1=t2a.indexOf(" CQ ");
|
||||
|
Loading…
Reference in New Issue
Block a user