mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-23 07:52:28 -04: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 hiscall;
|
||||||
QString hisgrid;
|
QString hisgrid;
|
||||||
decodedtext.deCallAndGrid(/*out*/hiscall,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 =
|
auto acceptable_73 =
|
||||||
m_QSOProgress >= ROGER_REPORT
|
m_QSOProgress >= ROGER_REPORT
|
||||||
&& is_73
|
&& is_73
|
||||||
|
Loading…
x
Reference in New Issue
Block a user