mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Send a status update after a replay decodes as UDP messgaes action
This allows any new UDP client to know the WSJT-X status automatically after they have requested an initial replay of all decodes upon discovering a WSJT-X instance. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5245 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7c768859e6
commit
af457a096c
@ -3352,6 +3352,7 @@ void MainWindow::replayDecodes ()
|
||||
postDecode (false, message.left (eom_pos + 1));
|
||||
}
|
||||
}
|
||||
statusChanged ();
|
||||
}
|
||||
|
||||
void MainWindow::postDecode (bool is_new, QString const& message)
|
||||
|
Loading…
Reference in New Issue
Block a user