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:
Bill Somerville 2015-04-19 22:21:45 +00:00
parent 7c768859e6
commit af457a096c

View File

@ -3352,6 +3352,7 @@ void MainWindow::replayDecodes ()
postDecode (false, message.left (eom_pos + 1));
}
}
statusChanged ();
}
void MainWindow::postDecode (bool is_new, QString const& message)