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:
Bill Somerville 2016-08-29 17:01:22 +00:00
parent dbcfe404db
commit 38a93a0280

View File

@ -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 ");