mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Make 73 and RR73 matching of incoming messages for exact while words
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8048 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
363c469b55
commit
c6c0c33be0
@ -3707,7 +3707,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl
|
||||
QString hiscall;
|
||||
QString hisgrid;
|
||||
decodedtext.deCallAndGrid(/*out*/hiscall,hisgrid);
|
||||
bool is_73 = t4.filter (QRegularExpression {"73|RR73"}).size ();
|
||||
bool is_73 = t4.filter (QRegularExpression {"^(73|RR73)$"}).size ();
|
||||
auto acceptable_73 =
|
||||
m_QSOProgress >= ROGER_REPORT
|
||||
&& is_73
|
||||
|
Loading…
Reference in New Issue
Block a user