mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-26 10:42:26 -04:00
Minor correction of the notes.
This commit is contained in:
parent
7b27757c2a
commit
c75574339b
@ -9395,7 +9395,7 @@ void MainWindow::replayDecodes ()
|
|||||||
|
|
||||||
void MainWindow::postDecode (bool is_new, QString const& message)
|
void MainWindow::postDecode (bool is_new, QString const& message)
|
||||||
{
|
{
|
||||||
if (message.contains("$VERIFY$")) return; // Don't send OTP messages to messageClient
|
if (message.contains("$VERIFY$")) return; // Don't send SuperFox OTP messages to messageClient
|
||||||
auto const& decode = message.trimmed ();
|
auto const& decode = message.trimmed ();
|
||||||
auto const& parts = decode.left (22).split (' ', SkipEmptyParts);
|
auto const& parts = decode.left (22).split (' ', SkipEmptyParts);
|
||||||
if (parts.size () >= 5)
|
if (parts.size () >= 5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user